cpu.h
1 /*
2  * Copyright (C) 2023 HAW Hamburg. All rights reserved.
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #ifndef CPU_H
10 #define CPU_H
11 
16 #include "arm_cpu.h"
17 
18 #ifdef __cplusplus
19 extern "C"
20 {
21 #endif
22 
23 extern uintptr_t __stack_start;
25 #ifdef __cplusplus
26 }
27 #endif
28 
30 #endif /* CPU_H */
uintptr_t __stack_start
end of user stack memory space