iPXE
efi_wrap.h
Go to the documentation of this file.
1 #ifndef _IPXE_EFI_WRAP_H
2 #define _IPXE_EFI_WRAP_H
3 
4 /** @file
5  *
6  * EFI driver interface
7  */
8 
9 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
10 
11 #include <ipxe/efi/efi.h>
12 
13 extern EFI_BOOT_SERVICES * efi_wrap_bs ( void );
14 extern void efi_wrap ( EFI_HANDLE handle );
15 
16 #endif /* _IPXE_EFI_WRAP_H */
EFI_BOOT_SERVICES * efi_wrap_bs(void)
Build boot services table wrapper.
Definition: efi_wrap.c:1180
void efi_wrap(EFI_HANDLE handle)
Wrap the calls made by a loaded image.
Definition: efi_wrap.c:1248
EFI Boot Services Table.
Definition: UefiSpec.h:1917
EFI API.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
uint16_t handle
Handle.
Definition: smbios.h:16
Definition: efi.h:59