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

/** @file
 *
 * EFI driver vetoes
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

extern void efi_veto ( void );

#endif /* _IPXE_EFI_VETO_H */