diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-21 20:27:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-21 20:27:43 +0000 |
commit | 95b2d612949328e196b54c7569324e22f98c6ec0 (patch) | |
tree | 7b402a587543c196846d010dfeb2b0703070c026 /arch/mips/mips-boards/generic/gdb_hook.c | |
parent | 926067fa2ee8916a60687472796a8ee0173419b0 (diff) |
Define putDebugChar / getDebugChar variables.
Diffstat (limited to 'arch/mips/mips-boards/generic/gdb_hook.c')
-rw-r--r-- | arch/mips/mips-boards/generic/gdb_hook.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mips-boards/generic/gdb_hook.c b/arch/mips/mips-boards/generic/gdb_hook.c index bb14774d9..c0de8d6ec 100644 --- a/arch/mips/mips-boards/generic/gdb_hook.c +++ b/arch/mips/mips-boards/generic/gdb_hook.c @@ -35,6 +35,8 @@ static struct serial_state rs_table[RS_TABLE_SIZE] = { static struct async_struct kdb_port_info = {0}; +int (*putDebugChar)(char); +char (*getDebugChar)(void); static __inline__ unsigned int serial_in(struct async_struct *info, int offset) { |