]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitDebug.h
xnu-792.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitDebug.h
index 548aec91c9b319aa2ab93563e5c2c8dbceedbe2a..80aa6c4d819a7dcf09e3e7ff7b3613d5392f2e9c 100644 (file)
@@ -70,6 +70,8 @@ enum {
     kIOLogServiceTree  = 0x00001000ULL,
     kIOLogDTree        = 0x00002000ULL,
     kIOLogMemory       = 0x00004000ULL,
+    // available       = 0x00008000ULL,
+    kOSLogRegistryMods  = 0x00010000ULL,       // Log attempts to modify registry collections
 
 // debug aids - change behaviour
     kIONoFreeObjects   = 0x00100000ULL,
@@ -77,7 +79,6 @@ enum {
 };
 
 extern SInt64  gIOKitDebug;
-extern char    iokit_version[];
 
 #ifdef __cplusplus
 extern "C" {