comparison libserial-orig/baudrate.h @ 654:39b39b546824

libserial-orig: same xram_records baudtab addition as in libserial-newlnx
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 23:24:43 +0000
parents cb1ba53a1106
children
comparison
equal deleted inserted replaced
653:2d5d1ca58b2a 654:39b39b546824
2 2
3 struct baudrate { 3 struct baudrate {
4 char *name; 4 char *name;
5 int termios_code; 5 int termios_code;
6 int bootrom_code; 6 int bootrom_code;
7 int xram_records;
7 }; 8 };