]>
git.saurik.com Git - apple/libc.git/blob - mach.subproj/headers.subproj/mach_interface.h
6373e909f23e7703952e4f7bfca0ac956fd1d152
2 * Copyright (C) Apple Computer 1998
6 * This file represents the interfaces that used to come
7 * from creating the user headers from the mach.defs file.
8 * Because mach.defs was decomposed, this file now just
9 * wraps up all the new interface headers generated from
10 * each of the new .defs resulting from that decomposition.
12 #ifndef _MACH_INTERFACE_H_
13 #define _MACH_INTERFACE_H_
15 #include <mach/clock_priv.h>
16 #include <mach/host_priv.h>
17 #include <mach/host_security.h>
18 #include <mach/ledger.h>
19 #include <mach/lock_set.h>
20 #include <mach/processor.h>
21 #include <mach/processor_set.h>
22 #include <mach/semaphore.h>
23 #include <mach/task.h>
24 #include <mach/thread_act.h>
25 #include <mach/vm_map.h>
27 #endif /* _MACH_INTERFACE_H_ */