comparison loadtools/baudrate.h @ 49:54392d1ea474

loadtools: first beginnings for the baud rate switching logic
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 23 Jun 2013 02:53:16 +0000
parents
children
comparison
equal deleted inserted replaced
48:38664e0b7c32 49:54392d1ea474
1 /* this header file defines the data structure for baud rate machinations */
2
3 struct baudrate {
4 char *name;
5 speed_t termios_code;
6 int bootrom_code;
7 };