X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..3a60a9f5b85abb8c2cf24e1926c5c7b3f608a5e2:/iokit/IOKit/IOMultiMemoryDescriptor.h diff --git a/iokit/IOKit/IOMultiMemoryDescriptor.h b/iokit/IOKit/IOMultiMemoryDescriptor.h index 68c8c41f8..1032842a6 100644 --- a/iokit/IOKit/IOMultiMemoryDescriptor.h +++ b/iokit/IOKit/IOMultiMemoryDescriptor.h @@ -159,6 +159,9 @@ public: virtual IOByteCount writeBytes( IOByteCount offset, const void * bytes, IOByteCount withLength ); + + virtual IOPhysicalAddress getSourceSegment(IOByteCount offset, + IOByteCount * length); }; #endif /* !_IOMULTIMEMORYDESCRIPTOR_H */