view libserial-newlnx/baudrate.h @ 576:34d544c0f639

loadtools/loadtool.help: removed no-longer-applicable GTA02 stanza
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Feb 2020 20:57:28 +0000
parents ab8410d06ca7
children 6bb41b4d39ed
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;
};