extern struct BmcDevicePath [src]
Fields
type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
interface_type: u8
base_address: u64 align(1)
Source
pub const BmcDevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
interface_type: u8,
base_address: u64 align(1),
}