diff options
author | Michael Brown <mcb30@ipxe.org> | 2020-11-07 11:25:00 -0500 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2020-11-07 23:30:56 +0000 |
commit | 0e26220902592fb3066d2043dec212d957215b79 (patch) | |
tree | b9c33ebe4167a071f90b44310014df3d70353b91 /src/include/ipxe/efi | |
parent | 580d9b00da73529cad3596a64d6d908b6e0601f6 (diff) | |
download | ipxe-0e26220902592fb3066d2043dec212d957215b79.tar.gz |
[efi] Rename efi_blacklist to efi_veto
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi')
-rw-r--r-- | src/include/ipxe/efi/efi_blacklist.h | 13 | ||||
-rw-r--r-- | src/include/ipxe/efi/efi_veto.h | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/src/include/ipxe/efi/efi_blacklist.h b/src/include/ipxe/efi/efi_blacklist.h deleted file mode 100644 index c5a5a61dc..000000000 --- a/src/include/ipxe/efi/efi_blacklist.h +++ /dev/null @@ -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 */ diff --git a/src/include/ipxe/efi/efi_veto.h b/src/include/ipxe/efi/efi_veto.h new file mode 100644 index 000000000..f0c225543 --- /dev/null +++ b/src/include/ipxe/efi/efi_veto.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 */ |