7 lines
81 B
C
7 lines
81 B
C
#ifndef _BSP_SYS_H_
|
|
#define _BSP_SYS_H_
|
|
|
|
extern void bsp_sys_init(void);
|
|
|
|
#endif
|