view loadtools/baudrate.h @ 827:02c65d76881f

progress toward gsm-fw build with PS: dummy xxx_version() functions added
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 06 Apr 2015 01:48:17 +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;
};