type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
reserved: u32 align(1)
guid: u64 align(1)
pub const F1394DevicePath = extern struct { type: DevicePath.Type, subtype: Subtype, length: u16 align(1), reserved: u32 align(1), guid: u64 align(1), }
Press escape to exit search and then '?' to see more options.