]> git.saurik.com Git - apple/libc.git/blame - mach.subproj/headers.subproj/mach_interface.h
Libc-166.tar.gz
[apple/libc.git] / mach.subproj / headers.subproj / mach_interface.h
CommitLineData
e9ce8d39
A
1/*
2 * Copyright (C) Apple Computer 1998
3 * ALL Rights Reserved
4 */
5/*
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.
11 */
12#ifndef _MACH_INTERFACE_H_
13#define _MACH_INTERFACE_H_
14
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>
26
27#endif /* _MACH_INTERFACE_H_ */