9 lines
131 B
C
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 |