]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOKitKernelInternal.h
xnu-2782.20.48.tar.gz
[apple/xnu.git] / iokit / Kernel / IOKitKernelInternal.h
index d15549f895cab759c8fc2577afe17a37e8985e3a..a22bd8c60f97836377de1573432ee76a71ef941e 100644 (file)
@@ -218,13 +218,13 @@ typedef uintptr_t (*iopa_proc_t)(iopa_t * a);
 
 enum
 {
-    kIOPageAllocChunkBytes = (PAGE_SIZE / 64),
     kIOPageAllocSignature  = 'iopa'
 };
 
 extern "C" void      iopa_init(iopa_t * a);
 extern "C" uintptr_t iopa_alloc(iopa_t * a, iopa_proc_t alloc, vm_size_t bytes, uint32_t balign);
 extern "C" uintptr_t iopa_free(iopa_t * a, uintptr_t addr, vm_size_t bytes);
+extern "C" uint32_t  gIOPageAllocChunkBytes;
 
 extern "C" iopa_t    gIOBMDPageAllocator;
 
@@ -233,6 +233,8 @@ extern "C" struct timeval gIOLastWakeTime;
 
 extern clock_sec_t gIOConsoleLockTime;
 
+extern OSSet * gIORemoveOnReadProperties;
+
 extern "C" void IOKitResetTime( void );
 extern "C" void IOKitInitializeTime( void );