FreeCalypso > hg > freecalypso-sw
view loadtools/baudrate.h @ 330:1171c32a637b
rvinterf & rvtdump: do setlinebuf() on the log file before emitting
the header line, to avoid getting this line twice when forking for -b
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 22 Apr 2014 03:39:15 +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; };
