xref: /optee_os/lib/libutils/ext/arch/arm/aeabi_unwind.c (revision 9f34db38245c9b3a4e6e7e63eb78a75e23ab2da3)
1 // SPDX-License-Identifier: BSD-2-Clause
2 /*
3  * Copyright (c) 2017, Linaro Limited
4  */
5 
6 void __aeabi_unwind_cpp_pr0(void);
7 void __aeabi_unwind_cpp_pr0(void)
8 {
9 }
10 
11 void __aeabi_unwind_cpp_pr1(void);
12 void __aeabi_unwind_cpp_pr1(void)
13 {
14 }
15 
16 void __aeabi_unwind_cpp_pr2(void);
17 void __aeabi_unwind_cpp_pr2(void)
18 {
19 }
20 
21