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