view libserial-newlnx/baudrate.h @ 657:742c99c1ff52

CHANGES: fc-xram CRC-32 verification
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 03 Mar 2020 00:19:30 +0000
parents 6bb41b4d39ed
children
line wrap: on
line source

/* this header file defines the data structure for baud rate machinations */

struct baudrate {
	char	*name;
	int	termios_code;
	int	nonstd_speed;
	int	bootrom_code;
	int	xram_records;
};