entry.h 100 B

12345
  1. #ifndef __ASSEMBLY__
  2. extern void _start (void) attribute_hidden;
  3. #endif
  4. #define ENTRY_POINT _start