1 #ifndef __BOARD_H__ 2 #define __BOARD_H__ 3 4 /* board configuration */ 5 void rt_hw_board_init(void); 6 7 #endif /* __BOARD_H__ */ 8
1 #ifndef __BOARD_H__ 2 #define __BOARD_H__ 3 4 /* board configuration */ 5 void rt_hw_board_init(void); 6 7 #endif /* __BOARD_H__ */ 8