]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOMultiMemoryDescriptor.h
xnu-6153.11.26.tar.gz
[apple/xnu.git] / iokit / IOKit / IOMultiMemoryDescriptor.h
index 995207421054b337606ce8798afc3d5614e0c0c6..f7ede4a1b6f5e7136685c17521b308a035b5d87c 100644 (file)
@@ -108,6 +108,8 @@ public:
 
        virtual IOReturn setPurgeable(IOOptionBits newState, IOOptionBits * oldState) APPLE_KEXT_OVERRIDE;
 
+       IOReturn setOwnership(task_t newOwner, int newLedgerTag, IOOptionBits newOptions);
+
 /*! @function getPageCounts
  *   @abstract Retrieve the number of resident and/or dirty pages encompassed by an IOMemoryDescriptor.
  *   @discussion This method returns the number of resident and/or dirty pages encompassed by an IOMemoryDescriptor.