Files
neulacpu/laos/include/common.h
2023-05-18 00:05:52 +08:00

10 lines
158 B
C

#include "defs.h"
#ifndef COMMON_H__
#define COMMON_H__
void main();
void start();
void _entry() __attribute__ ((section (".entry")));
#endif // COMMON_H__