Loading...
Searching...
No Matches
cpu.h
1/*
2 * SPDX-FileCopyrightText: 2023 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
12#include "arm_cpu.h"
13
14#ifdef __cplusplus
15extern "C"
16{
17#endif
18
19extern uintptr_t __stack_start;
20
21#ifdef __cplusplus
22}
23#endif
24
uintptr_t __stack_start
end of user stack memory space