uefi_raw::protocol::misc

Type Alias ResetSystemFn

source
pub type ResetSystemFn = unsafe extern "efiapi" fn(rt: ResetType, status: Status, data_size: usize, data: *const u8);
Expand description

Raw reset notification function, to be called if you register it when a ResetSystem() is executed.