view libserial-orig/baudrate.h @ 655:a880f48d6ac0

loadtools: MAX_SREC_REGIONS def moved into discontig.h
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 23:33:37 +0000
parents 39b39b546824
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	bootrom_code;
	int	xram_records;
};