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§

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