summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_file.h
blob: bf14297a14f3d938ee842c30af958ca9561141a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _IPXE_EFI_FILE_H
#define _IPXE_EFI_FILE_H

/** @file
 *
 * EFI file protocols
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

extern int efi_file_install ( EFI_HANDLE handle );
extern void efi_file_uninstall ( EFI_HANDLE handle );

#endif /* _IPXE_EFI_FILE_H */