7 lines
81 B
C
Raw Permalink Normal View History

2025-05-21 11:31:07 +08:00
#ifndef _BSP_SYS_H_
#define _BSP_SYS_H_
extern void bsp_sys_init(void);
#endif