[efi] Rename efi_blacklist to efi_veto

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2020-11-07 11:25:00 -05:00
parent 580d9b00da
commit 0e26220902
5 changed files with 61 additions and 62 deletions
-13
View File
@@ -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 */
+13
View File
@@ -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 */
+1 -1
View File
@@ -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 )
/** @} */