summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-06 16:57:35 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-09 09:34:51 +0100
commitc3473992f56e39acd11c6c4e64d6cd1c7d67d37a (patch)
tree2d7469e5401ad057177287290125d238fcf933b0 /include
parent8c4d15d5b824fd02bd6909f6d254828732f3bb7b (diff)
include: add X_IMPORTS to ipc definitions
This makes it possible to inject imports. * include/mach/gnumach.defs: Make it possible to inject imports. * include/mach/mach.defs: Likewise. * include/mach/mach_host.defs: Likewise.
Diffstat (limited to 'include')
-rw-r--r--include/mach/gnumach.defs4
-rw-r--r--include/mach/mach.defs4
-rw-r--r--include/mach/mach_host.defs4
3 files changed, 12 insertions, 0 deletions
diff --git a/include/mach/gnumach.defs b/include/mach/gnumach.defs
index bac3b097..dd4da870 100644
--- a/include/mach/gnumach.defs
+++ b/include/mach/gnumach.defs
@@ -29,6 +29,10 @@ subsystem
#include <mach/mach_types.defs>
#include <mach_debug/mach_debug_types.defs>
+#ifdef GNUMACH_IMPORTS
+GNUMACH_IMPORTS
+#endif
+
type vm_cache_statistics_data_t = struct[11] of integer_t;
/*
diff --git a/include/mach/mach.defs b/include/mach/mach.defs
index 58510805..3786f657 100644
--- a/include/mach/mach.defs
+++ b/include/mach/mach.defs
@@ -46,6 +46,10 @@ userprefix r_;
#include <mach/std_types.defs>
#include <mach/mach_types.defs>
+#ifdef MACH_IMPORTS
+MACH_IMPORTS
+#endif
+
skip; /* old port_allocate */
skip; /* old port_deallocate */
skip; /* old port_enable */
diff --git a/include/mach/mach_host.defs b/include/mach/mach_host.defs
index 2644146f..6699a507 100644
--- a/include/mach/mach_host.defs
+++ b/include/mach/mach_host.defs
@@ -47,6 +47,10 @@ subsystem
#include <mach/std_types.defs>
#include <mach/mach_types.defs>
+#ifdef MACH_HOST_IMPORTS
+MACH_HOST_IMPORTS
+#endif
+
/*
* Get list of processors on this host.
*/