view loadtools/baudrate.h @ 1024:1886238653b8

loadtools/scripts/fcfam.config added
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Tue, 03 May 2016 19:51:41 +0000
parents 54392d1ea474
children
line wrap: on
line source

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

struct baudrate {
	char	*name;
	speed_t	termios_code;
	int	bootrom_code;
};