view loadtools/baudrate.h @ 57:10996c267de4

loadtools old buglet: off by 1 error in the max-arguments logic in cmd parsing
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 24 Jun 2013 05:24:19 +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;
};