]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitDebug.h
xnu-517.3.7.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitDebug.h
index b5037821114b745051597327149eaf629e06a9b6..082bd8ba6f60e6b6d3df2598f4e3840c39395b80 100644 (file)
@@ -54,11 +54,7 @@ private:
                        UInt32 value, const char * name );
 };
 
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+#endif __cplusplus
 
 enum {
 // loggage
@@ -79,12 +75,17 @@ enum {
     kIOLogMemory       = 0x00004000ULL,
 
 // 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 );
 extern void    OSPrintMemory( void );