diff options
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r-- | gdb/ser-unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index df6bc4c..8000e35 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -498,8 +498,9 @@ static const struct serial_ops hardwire_ops = ser_unix_write_prim }; +void _initialize_ser_hardwire (); void -_initialize_ser_hardwire (void) +_initialize_ser_hardwire () { serial_add_interface (&hardwire_ops); |