/*! * @header * Shims for the kernel extension. */ #ifndef __IMG4_SHIM_XNU_H #define __IMG4_SHIM_XNU_H #ifndef __IMG4_INDIRECT #error "Please #include instead of this file directly" #endif // __IMG4_INDIRECT #if !XNU_KERNEL_PRIVATE #include #include #endif #include #include #include #include #include #endif // __IMG4_SHIM_XNU_H