uefi

Package root module, importing appropriate bind module and other UEFI modules.

Modules

acpi
module uefi.acpi

Imports all ACPI modules

acpi10
module uefi.acpi10

Based on IndustryStandard/Acpi10.h, original notice:

acpi20
module uefi.acpi20

Based on IndustryStandard/Acpi20.h, original notice:

acpi30
module uefi.acpi30

Based on IndustryStandard/Acpi30.h, original notice:

acpi40
module uefi.acpi40

Based on IndustryStandard/Acpi40.h, original notice:

acpi50
module uefi.acpi50

Based on IndustryStandard/Acpi50.h, original notice:

acpi51
module uefi.acpi51

Based on IndustryStandard/Acpi51.h, original notice:

acpi60
module uefi.acpi60

Based on IndustryStandard/Acpi60.h, original notice:

acpiaml
module uefi.acpiaml

Based on IndustryStandard/AcpiAml.h, original notice:

acpidatatable
module uefi.acpidatatable

Based on Uefi/UefiAcpiDataTable.h, original notice:

base
module uefi.base

Based on Base.h file, original notice:

base_type
module uefi.base_type

Based on Uefi/UefiBaseType.h file, original notice:

bind
module uefi.bind

Contains code to select appropriate bind module.

gpt
module uefi.gpt

Based on Uefi/UefiGpt.h file, original notice:

ia32
module uefi.ia32
protocols
module uefi.protocols
pxe
module uefi.pxe

Based on Uefi/UefiPxe.h, original notice:

spec
module uefi.spec

Based on Uefi/UefiSpec.h, original notice:

x64
module uefi.x64

Public Imports

uefi.base
public import uefi.base;
Undocumented in source.
uefi.base_type
public import uefi.base_type;
Undocumented in source.
uefi.gpt
public import uefi.gpt;
Undocumented in source.
uefi.protocols.devicepath
public import uefi.protocols.devicepath;
Undocumented in source.
uefi.protocols.simpletextin
public import uefi.protocols.simpletextin;
Undocumented in source.
uefi.protocols.simpletextout
public import uefi.protocols.simpletextout;
Undocumented in source.
uefi.protocols.graphicsoutput
public import uefi.protocols.graphicsoutput;
Undocumented in source.
uefi.spec
public import uefi.spec;
Undocumented in source.

Meta