extern struct BaseAcpiDevicePath [src]
Fields
type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
hid: u32 align(1)
uid: u32 align(1)
Source
pub const BaseAcpiDevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
hid: u32 align(1),
uid: u32 align(1),
}