aboutsummaryrefslogtreecommitdiff
path: root/kern/ipc_tt.c
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-01-11 23:23:24 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-13 00:59:16 +0100
commit566c227636481b246d928772ebeaacbc7c37145b (patch)
tree5438a78f92517b7b3882f328ba6cf4fca2c1215c /kern/ipc_tt.c
parent92fad38a043b75ed6b435b3efa574ede91dbe9ee (diff)
downloadgnumach-566c227636481b246d928772ebeaacbc7c37145b.tar.gz
gnumach-566c227636481b246d928772ebeaacbc7c37145b.tar.bz2
gnumach-566c227636481b246d928772ebeaacbc7c37145b.zip
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs.
Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: <Y7+LPMLOafUQrNHZ@jupiter.tail36e24.ts.net>
Diffstat (limited to 'kern/ipc_tt.c')
-rw-r--r--kern/ipc_tt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/ipc_tt.c b/kern/ipc_tt.c
index d2a22f9f..63f6e77a 100644
--- a/kern/ipc_tt.c
+++ b/kern/ipc_tt.c
@@ -32,6 +32,7 @@
#include <mach/boolean.h>
#include <mach/kern_return.h>
#include <mach/mach_param.h>
+#include <mach/mach_traps.h>
#include <mach/task_special_ports.h>
#include <mach/thread_special_ports.h>
#include <vm/vm_kern.h>