board.h 122 B

1234567
  1. #ifndef __BOARD_H__
  2. #define __BOARD_H__
  3. /* board configuration */
  4. void rt_hw_board_init(void);
  5. #endif /* __BOARD_H__ */