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 
12 extern int efi_file_install ( EFI_HANDLE handle );
13 extern void efi_file_uninstall ( EFI_HANDLE handle );
14 
15 #endif /* _IPXE_EFI_FILE_H */
int efi_file_install(EFI_HANDLE handle)
Install EFI simple file system protocol.
Definition: efi_file.c:1113
void efi_file_uninstall(EFI_HANDLE handle)
Uninstall EFI simple file system protocol.
Definition: efi_file.c:1216
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
uint16_t handle
Handle.
Definition: smbios.h:16
Definition: efi.h:59