summaryrefslogtreecommitdiff
path: root/kern/exception.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:33:14 +0900
commitbf2393db5d814edf92dc9c6bd01dbb0511dc2519 (patch)
treeb9fee8760e6a815e232c83fd06f2ed6c5bb490d6 /kern/exception.h
parent43d00cc7405ebda7eaf18b888bbe1db288ca379a (diff)
ipc/mach_msg.c: remove forward declarations
* ipc/mach_msg.c: Include kern/exception.h. (exception_raise_continue, exception_raise_continue_fast): Remove forward declarations. * kern/exception.h: Include ipc/ipc_types.h. Include ipc/ipc_kmsg.h.
Diffstat (limited to 'kern/exception.h')
-rw-r--r--kern/exception.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/exception.h b/kern/exception.h
index 8d4d79b..55902dd 100644
--- a/kern/exception.h
+++ b/kern/exception.h
@@ -19,6 +19,9 @@
#ifndef _KERN_EXCEPTION_H_
#define _KERN_EXCEPTION_H_
+#include <ipc/ipc_types.h>
+#include <ipc/ipc_kmsg.h>
+
extern void
exception(
integer_t _exception,