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