2025-04-08 18:46:12 +08:00

9 lines
131 B
C

#ifndef __DRV_GPIO_H__
#define __DRV_GPIO_H__
#include "gpio_pub.h"
int rt_hw_gpio_init(void);
int rt_hw_gpio_exit(void);
#endif