view loadtools/baudrate.h @ 130:8b0793c67f9f

nuc-fw: final preparations for the big transition
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 08:03:23 +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;
};