X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..0c530ab8987f0ae6a1a3d9284f40182b88852816:/iokit/IOKit/IOKitDebug.h diff --git a/iokit/IOKit/IOKitDebug.h b/iokit/IOKit/IOKitDebug.h index 5211cb95f..80aa6c4d8 100644 --- a/iokit/IOKit/IOKitDebug.h +++ b/iokit/IOKit/IOKitDebug.h @@ -51,11 +51,7 @@ private: UInt32 value, const char * name ); }; -#endif - -#ifdef __cplusplus -extern "C" { -#endif +#endif __cplusplus enum { // loggage @@ -74,13 +70,19 @@ enum { kIOLogServiceTree = 0x00001000ULL, kIOLogDTree = 0x00002000ULL, kIOLogMemory = 0x00004000ULL, + // available = 0x00008000ULL, + kOSLogRegistryMods = 0x00010000ULL, // Log attempts to modify registry collections // debug aids - change behaviour - kIONoFreeObjects = 0x00100000ULL + kIONoFreeObjects = 0x00100000ULL, + kIOLogSynchronous = 0x00200000ULL, // IOLog completes synchrounsly }; extern SInt64 gIOKitDebug; -extern char iokit_version[]; + +#ifdef __cplusplus +extern "C" { +#endif struct IORegistryPlane; extern void IOPrintPlane( const struct IORegistryPlane * plane );