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