extern struct PiwgFirmwareFileDevicePath [src]
Fields
type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
fv_filename: Guid align(1)
Source
pub const PiwgFirmwareFileDevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
fv_filename: Guid align(1),
}