rt-thread/bsp/smartfusion2/drivers/drv_gpio.h

9 lines
83 B
C

#ifndef __DRV_GPIO_H__
#define __DRV_GPIO_H__
int rt_hw_pin_init(void);
#endif