Files

9 lines
81 B
C
Raw Permalink Normal View History

2025-09-29 16:42:09 +08:00
#ifndef __SYSAPI_H__
#define __SYSAPI_H__
extern void SYS_Init(void);
#endif