aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-hms.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r--gdb/remote-hms.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c
index 216e35e..5ec9fef 100644
--- a/gdb/remote-hms.c
+++ b/gdb/remote-hms.c
@@ -139,7 +139,7 @@ static struct monitor_ops hms_cmds =
MONITOR_OPS_MAGIC /* magic */
};
-void
+static void
hms_open (args, from_tty)
char *args;
int from_tty;
@@ -147,8 +147,8 @@ hms_open (args, from_tty)
monitor_open (args, &hms_cmds, from_tty);
}
-
int write_dos_tick_delay;
+
void
_initialize_remote_hms ()
{
@@ -165,7 +165,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya).";
}
-
#if 0
/* This is kept here because we used to support the H8/500 in this module,
and I haven't done the H8/500 yet */