FreeCalypso > hg > freecalypso-sw
view loadtools/baudrate.h @ 480:334a3381f569
os_mis_fl.c: easy functions reconstructed, hard ones stubbed out
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 29 Jun 2014 03:27:23 +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; };