Files
2025-12-03 11:12:34 +08:00

7 lines
62 B
C

#ifndef __BSP_H__
#define __BSP_H__
void bsp_init();
#endif