comparison libserial-newlnx/baudrate.h @ 254:6984b76f3def

beginning of libserial-newlnx: copy of libserial-orig
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 22 Sep 2017 00:09:37 +0000
parents
children ab8410d06ca7
comparison
equal deleted inserted replaced
253:6f078c4a5506 254:6984b76f3def
1 /* this header file defines the data structure for baud rate machinations */
2
3 struct baudrate {
4 char *name;
5 int termios_code;
6 int bootrom_code;
7 };