FreeCalypso > hg > freecalypso-tools
view libserial-orig/baudrate.h @ 659:761e8b0c65b0
loadagent: first step in implementation of binary flash programming
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 03 Mar 2020 17:55:20 +0000 |
parents | 39b39b546824 |
children |
line wrap: on
line source
/* this header file defines the data structure for baud rate machinations */ struct baudrate { char *name; int termios_code; int bootrom_code; int xram_records; };