mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Originated from #120687 This PR simply adds the necessary headers for UEFI which defines all the necessary types. This PR unlocks the ability to work on other PR's for UEFI support.
16 lines
329 B
YAML
16 lines
329 B
YAML
header: Uefi.h
|
|
standards: UEFI
|
|
macros: []
|
|
types:
|
|
- type_name: EFI_BOOT_SERVICES
|
|
- type_name: EFI_GUID
|
|
- type_name: EFI_STATUS
|
|
- type_name: EFI_SYSTEM_TABLE
|
|
enums: []
|
|
functions: []
|
|
objects:
|
|
- object_name: efi_system_table
|
|
object_type: EFI_SYSTEM_TABLE *
|
|
- object_name: efi_image_handle
|
|
object_type: EFI_HANDLE
|