1 #ifndef _IPXE_EFI_WRAP_H 2 #define _IPXE_EFI_WRAP_H void efi_wrap_rs(EFI_RUNTIME_SERVICES *wrapped)
Wrap a runtime services table.
EFI Runtime Services Table.
void efi_wrap_bs(EFI_BOOT_SERVICES *wrapped)
Wrap a boot services table.
void efi_unwrap(void)
Remove boot services table wrapper.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void efi_wrap_image(EFI_HANDLE handle)
Wrap calls made by a newly loaded image.
void efi_wrap_systab(int global)
Wrap the public EFI system table.