type: DevicePath.Typesubtype: Subtypelength: u16 align(1)hba_port_number: u16 align(1)port_multiplier_port_number: u16 align(1)logical_unit_number: u16 align(1)pub const SataDevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
hba_port_number: u16 align(1),
port_multiplier_port_number: u16 align(1),
logical_unit_number: u16 align(1),
}