s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / nindy-share / nindy.c
index 9846fc65076515cf86ab4f2f0101d16b5d260da0..f32b1a2b18e995f230f729e9892b4da33e550440 100644 (file)
@@ -89,7 +89,7 @@
 #define TIMEOUT                -1
 
 int quiet = 0; /* 1 => stifle unnecessary messages */
-serial_t nindy_serial;
+struct serial *nindy_serial;
 
 static int old_nindy = 0; /* 1 => use old (hex) communication protocol */
 static ninStrGet();
@@ -514,7 +514,7 @@ parse_baudrate(s)
 
 static int
 try_baudrate (serial, brp)
-     serial_t serial;
+     struct serial *serial;
      struct baudrate *brp;
 {
   unsigned char c;
@@ -540,7 +540,7 @@ try_baudrate (serial, brp)
  ******************************************************************************/
 static
 autobaud( serial, brp )
-     serial_t serial;
+     struct serial *serial;
      struct baudrate *brp;
 {
   int i;
This page took 0.025323 seconds and 4 git commands to generate.