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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern void efi_veto ( void );

#endif /* _IPXE_EFI_VETO_H */