type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
function: u8
device: u8
pub const PciDevicePath = extern struct { type: DevicePath.Type, subtype: Subtype, length: u16 align(1), function: u8, device: u8, }
Press escape to exit search and then '?' to see more options.