pub struct PlatformDeviceResource {
pub res_type: PlatformDeviceResourceType,
pub start: usize,
pub end: usize,
}
Expand description
PlatformDeviceResource struct
This struct represents a resource associated with a platform device. It contains the resource type (memory, I/O, IRQ, or DMA), the starting address, and the ending address of the resource.
Fields§
§res_type: PlatformDeviceResourceType
§start: usize
§end: usize