mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[efi] Rename efi_blacklist to efi_veto
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#ifndef _IPXE_EFI_BLACKLIST_H
|
||||
#define _IPXE_EFI_BLACKLIST_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* EFI driver blacklist
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
extern void efi_unload_blacklist ( void );
|
||||
|
||||
#endif /* _IPXE_EFI_BLACKLIST_H */
|
||||
@@ -0,0 +1,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_unload ( void );
|
||||
|
||||
#endif /* _IPXE_EFI_VETO_H */
|
||||
@@ -380,7 +380,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_cert_cmd ( ERRFILE_OTHER | 0x004f0000 )
|
||||
#define ERRFILE_acpi_settings ( ERRFILE_OTHER | 0x00500000 )
|
||||
#define ERRFILE_ntlm ( ERRFILE_OTHER | 0x00510000 )
|
||||
#define ERRFILE_efi_blacklist ( ERRFILE_OTHER | 0x00520000 )
|
||||
#define ERRFILE_efi_veto ( ERRFILE_OTHER | 0x00520000 )
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user