Crate uefi_specs

Source
Expand description

Types and constants related to the UEFI spec.

This crate is divided into 3 submodules:

  • uefi: types directly lifted from the official UEFI spec
  • hyperv: types specific to the Hyper-V UEFI implementation
  • linux: types specific to UEFI on Linux

Modules§

hyperv
Types and constants specific to Hyper-V’s firmware implementation.
linux
Types and constants used by Linux.
uefi
Type definitions taken directly from the UEFI spec.