blob: e9dc190e34bd8e7627811d151abb310bcba6848c [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef __ASSEMBLY__
2# include <stdint.h>
3extern void _start (uint32_t info[]) attribute_hidden;
4#endif
5
6#define ENTRY_POINT _start