#include <IOKit/IOInterleavedMemoryDescriptor.h>

IOKit/IOInterleavedMemoryDescriptor.h Kernel.framework

@class IOInterleavedMemoryDescriptor : public IOMemoryDescriptor @abstract The IOInterleavedMemoryDescriptor object describes a memory area made up of portions of several other IOMemoryDescriptors. @discussion The IOInterleavedMemoryDescriptor object represents interleaved ranges of memory, specified as an ordered list of portions of individual IOMemoryDescriptors. The portions are chained end-to-end to make up a single contiguous buffer.

This header declares nothing itself under the arm64 configuration; it groups the headers below.