#ifndef __DRV_GPIO_H__ #define __DRV_GPIO_H__ #include #ifdef __cplusplus extern "C" { #endif int rt_hw_pin_init(void); #ifdef __cplusplus } #endif #endif /* __DRV_GPIO_H__ */