Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / serial.h
index d9f5d4ba5ef99b49831ea98c04e0a9a395b40313..9a800491afff174b6cf0d06678b99f6e241cf5e3 100644 (file)
@@ -36,6 +36,14 @@ typedef void *serial_ttystate;
 struct serial;
 struct serial_ops;
 
+/* Speed in bits per second, or -1 which means don't mess with the speed.  */
+
+extern int baud_rate;
+
+/* Parity for serial port  */
+
+extern int serial_parity;
+
 /* Create a new serial for OPS.  The new serial is not opened.  */
 
 /* Try to open NAME.  Returns a new `struct serial *' on success, NULL
This page took 0.024973 seconds and 4 git commands to generate.