9 lines
81 B
C
9 lines
81 B
C
|
|
#ifndef __SYSAPI_H__
|
||
|
|
#define __SYSAPI_H__
|
||
|
|
|
||
|
|
extern void SYS_Init(void);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|