Files
llvm/libc/include/Uefi.yaml
Tristan Ross 9b6d0d7660 [libc] Add UEFI headers (#127126)
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.
2025-02-28 11:43:33 -05:00

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