view libserial-newlnx/baudrate.h @ 659:761e8b0c65b0

loadagent: first step in implementation of binary flash programming
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 03 Mar 2020 17:55:20 +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;
};