]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOKitKernelInternal.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / iokit / Kernel / IOKitKernelInternal.h
index fc75dc6cce5b7ef86fcce50cf5d9cee0d902434f..4b0cf6ffc951993c4398c0e3485e5dc0198d6dd3 100644 (file)
@@ -131,10 +131,10 @@ struct IODMACommandInternal
     UInt8  fPrepared;
     UInt8  fDoubleBuffer;
     UInt8  fNewMD;
-    UInt8  fLocalMapper;
     UInt8  fLocalMapperAllocValid;
     UInt8  fIOVMAddrValid;
     UInt8  fForceDoubleBuffer;
+    UInt8  fSetActiveNoMapper;
 
     vm_page_t fCopyPageAlloc;
     vm_page_t fCopyNext;
@@ -214,6 +214,9 @@ extern "C" void IOKitInitializeTime( void );
 
 extern "C" OSString * IOCopyLogNameForPID(int pid);
 
+extern "C" void IOKitKernelLogBuffer(const char * title, const void * buffer, size_t size,
+                          void (*output)(const char *format, ...));
+
 #if defined(__i386__) || defined(__x86_64__)
 #ifndef __cplusplus
 #error xx