X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..9bccf70c0258c7cac2dcb80011b2a964d884c552:/osfmk/kern/host.h diff --git a/osfmk/kern/host.h b/osfmk/kern/host.h index de71e5790..1318ec508 100644 --- a/osfmk/kern/host.h +++ b/osfmk/kern/host.h @@ -47,8 +47,6 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - */ /* * kern/host.h @@ -61,12 +59,17 @@ #define _KERN_HOST_H_ #include -#include -#include + +#include + +#ifdef __APPLE_API_PRIVATE #ifdef MACH_KERNEL_PRIVATE #include #include +#include +#include + struct host { decl_mutex_data(,lock) /* lock to protect exceptions */ @@ -86,6 +89,8 @@ extern host_data_t realhost; #endif /* MACH_KERNEL_PRIVATE */ +#endif /* __APPLE_API_PRIVATE */ + /* * Access routines for inside the kernel. */