drv_gpio.h 191 B

12345678910111213141516
  1. #ifndef __DRV_GPIO_H__
  2. #define __DRV_GPIO_H__
  3. #include <board.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. int rt_hw_pin_init(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* __DRV_GPIO_H__ */