* top.c (init_main): Make `set history file name' complete on file
[deliverable/binutils-gdb.git] / gdb / ser-e7kpc.c
index 726339dd252ae8ad077932b2d83dc85157ed5932..c529c141f6c0eefd6f29e739f894b30360acddfa 100644 (file)
@@ -1,5 +1,6 @@
 /* Remote serial interface using Hitachi E7000 PC ISA card in a PC
-   Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1996, 1997, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -415,6 +416,12 @@ e7000pc_setbaudrate (serial_t scb, int rate)
   return 0;
 }
 
+static int
+e7000pc_setstopbits (serial_t scb, int rate)
+{
+  return 0;
+}
+
 static int
 e7000pc_write (serial_t scb, const char *str, int len)
 {
@@ -445,6 +452,7 @@ static struct serial_ops e7000pc_ops =
   e7000pc_print_tty_state,
   e7000pc_noflush_set_tty_state,
   e7000pc_setbaudrate,
+  e7000pc_setstopbits,
   e7000pc_noop,                        /* wait for output to drain */
 };
 
This page took 0.023188 seconds and 4 git commands to generate.