blob: e4db0305a8b83708316614fc4f6a9047e3f3f94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _IPXE_EFI_FILE_H
#define _IPXE_EFI_FILE_H
/** @file
*
* EFI file protocols
*
*/
extern int efi_file_install ( EFI_HANDLE handle );
extern void efi_file_uninstall ( EFI_HANDLE handle );
#endif /* _IPXE_EFI_FILE_H */
|