X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/iokit/IOKit/IOMultiMemoryDescriptor.h diff --git a/iokit/IOKit/IOMultiMemoryDescriptor.h b/iokit/IOKit/IOMultiMemoryDescriptor.h index 995207421..f7ede4a1b 100644 --- a/iokit/IOKit/IOMultiMemoryDescriptor.h +++ b/iokit/IOKit/IOMultiMemoryDescriptor.h @@ -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.