]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOMapper.h
xnu-4570.51.1.tar.gz
[apple/xnu.git] / iokit / IOKit / IOMapper.h
index f63f5463abba85c015d964613b6c7ebb41893572..4fe1ccf43fb96b1598b947a54786761ed50079d4 100644 (file)
@@ -59,6 +59,7 @@ class IOMapper : public IOService
     // Give the platform expert access to setMapperRequired();
     friend class IOPlatformExpert;
     friend class IOMemoryDescriptor;
+    friend class IOGeneralMemoryDescriptor;
 
 private:
     enum SystemMapperState {
@@ -69,7 +70,8 @@ private:
     };
 protected:
 #ifdef XNU_KERNEL_PRIVATE
-    uint64_t   __reservedA[7];
+    uint64_t   __reservedA[6];
+    kern_allocation_name_t fAllocName;
     uint32_t   __reservedB;
     uint32_t   fPageSize;
 #else