X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/osfmk/mach/mach_interface.h diff --git a/osfmk/mach/mach_interface.h b/osfmk/mach/mach_interface.h index 6b0a54fb7..91b4b2bac 100644 --- a/osfmk/mach/mach_interface.h +++ b/osfmk/mach/mach_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -19,17 +19,7 @@ * * @APPLE_LICENSE_HEADER_END@ */ -/* - * Copyright (C) Apple Computer 1998 - * ALL Rights Reserved - */ -/* - * This file represents the interfaces that used to come - * from creating the user headers from the mach.defs file. - * Because mach.defs was decomposed, this file now just - * wraps up all the new interface headers generated from - * each of the new .defs resulting from that decomposition. - */ + #ifndef _MACH_INTERFACE_H_ #define _MACH_INTERFACE_H_ @@ -43,10 +33,6 @@ #include #include #include -#include -#include -#include -#include #include #include #include @@ -55,6 +41,15 @@ #include #include -#endif /* _MACH_INTERFACE_H_ */ - +#ifdef XNU_KERNEL_PRIVATE +/* + * Raw EMMI interfaces are private to xnu + * and subject to change. + */ +#include +#include +#include +#include +#endif +#endif /* _MACH_INTERFACE_H_ */