summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-21 20:27:43 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-21 20:27:43 +0000
commit95b2d612949328e196b54c7569324e22f98c6ec0 (patch)
tree7b402a587543c196846d010dfeb2b0703070c026 /arch
parent926067fa2ee8916a60687472796a8ee0173419b0 (diff)
Define putDebugChar / getDebugChar variables.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mips-boards/generic/gdb_hook.c2
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)
{