extern struct PciDevicePath [src]

Fields

type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
function: u8
device: u8

Source

pub const PciDevicePath = extern struct { type: DevicePath.Type, subtype: Subtype, length: u16 align(1), function: u8, device: u8, }