zyxel-revert/serial.h

7 lines
101 B
C

#ifndef _SERIAL_H_
#define _SERIAL_H_
int serial_init(const char *device);
#endif /* _SERIAL_H_ */