view loadtools/baudrate.h @ 420:57c681499f48

loadtools/scripts/c155.{config,init}: created
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 18 Jun 2014 08:38: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;
};