summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/trap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/i386/trap.h b/i386/i386/trap.h
index 6f5d2af..46612db 100644
--- a/i386/i386/trap.h
+++ b/i386/i386/trap.h
@@ -42,6 +42,9 @@ i386_exception(
int code,
int subcode) __attribute__ ((noreturn));
+extern void
+thread_kdb_return(void);
+
#endif /* !__ASSEMBLER__ */
#endif /* _I386_TRAP_H_ */