view loadtools/baudrate.h @ 373:5f7d723b9343

os_mem_fl.c: os_MemInit() done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 01 Jun 2014 00:46:47 +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;
};