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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/trap.h b/i386/i386/trap.h
index 8cee9e88..dfb57a1c 100644
--- a/i386/i386/trap.h
+++ b/i386/i386/trap.h
@@ -33,6 +33,8 @@
char *trap_name(unsigned int trapnum);
+unsigned int interrupted_pc(thread_t);
+
#endif /* !__ASSEMBLER__ */
#endif /* _I386_TRAP_H_ */