Files
counter/driver/io.h

9 lines
92 B
C

#ifndef _IO_H_
#define _IO_H_
int io_init(void);
void io_exit(void);
#endif /* _IO_H_ */