EMS/drv/drv_do.h

8 lines
101 B
C

#ifndef __DRV_DO_H_
#define __DRV_DO_H_
#define GPIO_PATH "/sys/class/gpio"
void do_open();
#endif