Newer
Older
mbed-os / hal / targets / cmsis / TARGET_NXP / TARGET_LPC408X / TOOLCHAIN_ARM_STD / sys_helper.h
@Mihail Stoyanov Mihail Stoyanov on 23 May 2016 175 bytes Simplify layout:
#ifndef SYS_HELPER_H
#define SYS_HELPER_H

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif

uint32_t __reserved_stack_size();

#ifdef __cplusplus
}
#endif

#endif