diff options
Diffstat (limited to 'sys/gdb/gdb_int.h')
-rw-r--r-- | sys/gdb/gdb_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gdb/gdb_int.h b/sys/gdb/gdb_int.h index c9e1bdc..d06943a 100644 --- a/sys/gdb/gdb_int.h +++ b/sys/gdb/gdb_int.h @@ -31,6 +31,9 @@ extern struct gdb_dbgport *gdb_cur; +extern int gdb_listening; +void gdb_consinit(void); + extern char *gdb_rxp; extern size_t gdb_rxsz; extern char *gdb_txp; |