summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 3124c6e..7259e97 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -161,7 +161,7 @@ struct command {
/*
* Routines to support GDB on an sio port.
*/
-extern dev_t gdbdev;
+extern void *gdb_arg;
extern cn_getc_t *gdb_getc;
extern cn_putc_t *gdb_putc;
#endif
OpenPOWER on IntegriCloud