summaryrefslogtreecommitdiff
path: root/i386/i386/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/trap.h')
-rw-r--r--i386/i386/trap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/i386/i386/trap.h b/i386/i386/trap.h
index b4e92246..46612db5 100644
--- a/i386/i386/trap.h
+++ b/i386/i386/trap.h
@@ -36,6 +36,15 @@ char *trap_name(unsigned int trapnum);
unsigned int interrupted_pc(thread_t);
+void
+i386_exception(
+ int exc,
+ int code,
+ int subcode) __attribute__ ((noreturn));
+
+extern void
+thread_kdb_return(void);
+
#endif /* !__ASSEMBLER__ */
#endif /* _I386_TRAP_H_ */