blob: c9ecbb05cf7a61db3120da0f5f526949874ec374 (
plain) (
tree)
|
|
#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 */
|