Files
2025-09-29 16:49:49 +08:00

9 lines
81 B
C

#ifndef __SYSAPI_H__
#define __SYSAPI_H__
extern void SYS_Init(void);
#endif