comparison libserial-newlnx/baudrate.h @ 651:6bb41b4d39ed

fc-xram number of records per batch made baudrate-dependent
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 03:39:46 +0000
parents ab8410d06ca7
children
comparison
equal deleted inserted replaced
650:bf840c984113 651:6bb41b4d39ed
3 struct baudrate { 3 struct baudrate {
4 char *name; 4 char *name;
5 int termios_code; 5 int termios_code;
6 int nonstd_speed; 6 int nonstd_speed;
7 int bootrom_code; 7 int bootrom_code;
8 int xram_records;
8 }; 9 };