summaryrefslogtreecommitdiffstats
path: root/sys/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gdb')
-rw-r--r--sys/gdb/gdb_cons.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c
index 2e01cd4..6ecdc04 100644
--- a/sys/gdb/gdb_cons.c
+++ b/sys/gdb/gdb_cons.c
@@ -87,6 +87,16 @@ gdb_cnterm(struct consdev *cp)
{
}
+static void
+gdb_cngrab(struct consdev *cp)
+{
+}
+
+static void
+gdb_cnungrab(struct consdev *cp)
+{
+}
+
static int
gdb_cngetc(struct consdev *cp)
{
OpenPOWER on IntegriCloud