diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2011-12-17 15:08:43 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2011-12-17 15:08:43 +0000 |
| commit | 9976156f12f1be7cb85c90e9ef54be06690bc955 (patch) | |
| tree | cf89ca64a6042918d5429b9a17cfaa8421be34c2 /sys/gdb | |
| parent | 5dc6a815806b50efdd705b6f52804c2030748638 (diff) | |
Notes
Diffstat (limited to 'sys/gdb')
| -rw-r--r-- | sys/gdb/gdb_cons.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c index 2e01cd4eddb4..6ecdc04a42f9 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) { |
