1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
2025-09-04 17:59:12 +02:00

26 lines
332 B
C

/*
* SPDX-FileCopyrightText: 2023 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup cpu_arm7tdmi_gba
* @{
*/
#include "arm_cpu.h"
#ifdef __cplusplus
extern "C"
{
#endif
extern uintptr_t __stack_start; /**< end of user stack memory space */
#ifdef __cplusplus
}
#endif
/** @} */