summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:47 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:05:04 +0900
commit61f523520d663b541f773243514561e847d1ad01 (patch)
treeadcc005b41d5f6d3ed3ae32f25d9811b70718d12 /i386
parent35f8aad6128b05bae4cbdab3dca68724482daa3d (diff)
kern/exception.c: remove forward declarations
* i386/i386/trap.h (thread_kdb_return): Add prototype. * kern/exception.c (thread_kdb_return, db_printf): Remove forward declarations. Include machine/trap.h. Include ddb/db_output.h.
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_ */