iPXE
efi_file.h
Go to the documentation of this file.
1 #ifndef _IPXE_EFI_FILE_H
2 #define _IPXE_EFI_FILE_H
3 
4 /** @file
5  *
6  * EFI file protocols
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 FILE_SECBOOT ( PERMITTED );
12 
13 extern int efi_file_install ( EFI_HANDLE handle );
14 extern void efi_file_uninstall ( EFI_HANDLE handle );
15 
16 #endif /* _IPXE_EFI_FILE_H */
FILE_SECBOOT(PERMITTED)
int efi_file_install(EFI_HANDLE handle)
Install EFI simple file system protocol.
Definition: efi_file.c:1116
void efi_file_uninstall(EFI_HANDLE handle)
Uninstall EFI simple file system protocol.
Definition: efi_file.c:1212
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
uint16_t handle
Handle.
Definition: smbios.h:17
Definition: efi.h:62