Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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 */
__stack_start
uintptr_t __stack_start
end of user stack memory space
Generated on Fri Jan 3 2025 13:31:18 by
1.9.8