diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach/mach_types.defs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs index 53c2529..4e448b8 100644 --- a/include/mach/mach_types.defs +++ b/include/mach/mach_types.defs @@ -50,6 +50,14 @@ #if KERNEL_SERVER #endif /* KERNEL_SERVER */ +#ifdef USERPREFIX +userprefix USERPREFIX; +#endif + +#ifdef SERVERPREFIX +serverprefix SERVERPREFIX; +#endif + type mach_port_status_t = struct[9] of integer_t; type old_mach_port_status_t = struct[8] of integer_t; /* compatibility */ |