view libserial-orig/baudrate.h @ 416:30f6d1c32c6f

doc/Flash-boot-defect article removed (no longer relevant) This article is no longer relevant because the issue in question only affected one (1) defective FCDEV3B board which was not and never will be sold.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 26 Oct 2018 07:11:08 +0000
parents cb1ba53a1106
children 39b39b546824
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;
};