]> git.defcon.no Git - hm-trp-tool/blob - serial.h
I forgot, all source needs README and licensing
[hm-trp-tool] / serial.h
1 #ifndef _SERIAL_H
2 #define _SERIAL_H
3
4 #include <termios.h> /* Terminal I/O support */
5 #include <errno.h> /* Error number definitions */
6 #include <fcntl.h> /* File descriptor manipulation */
7
8 int open_port ( char* device, int rate );
9
10 #endif /* _SERIAL_H */