7 lines
62 B
C
7 lines
62 B
C
#ifndef __BSP_H__
|
|
#define __BSP_H__
|
|
|
|
void bsp_init();
|
|
|
|
#endif
|