xref: /optee_os/lib/libutils/ext/arch/arm/aeabi_unwind.c (revision 32b3180828fa15a49ccc86ecb4be9d274c140c89)
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