EMS/drv/drv_do.h

6 lines
64 B
C

#ifndef __DRV_DO_H_
#define __DRV_DO_H_
void do_open();
#endif