1#ifndef _IPXE_EFI_WRAP_H
2#define _IPXE_EFI_WRAP_H
void efi_wrap_systab(int global)
Wrap the public EFI system table.
void efi_unwrap(void)
Remove boot services table wrapper.
void efi_wrap_image(EFI_HANDLE handle)
Wrap calls made by a newly loaded image.
void efi_wrap_rs(EFI_RUNTIME_SERVICES *wrapped)
Wrap a runtime services table.
void efi_wrap_bs(EFI_BOOT_SERVICES *wrapped)
Wrap a boot services table.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
EFI Runtime Services Table.