PhysicalSegment
Declaration
struct PhysicalSegment {
IOPhysicalAddress location;
IOPhysicalLength length;
};Overview
A physical address/length pair.
struct PhysicalSegment {
IOPhysicalAddress location;
IOPhysicalLength length;
};A physical address/length pair.