diff options
| author | Michael Brown | 2020-11-07 17:25:00 +0100 |
|---|---|---|
| committer | Michael Brown | 2020-11-08 00:30:56 +0100 |
| commit | 0e26220902592fb3066d2043dec212d957215b79 (patch) | |
| tree | b9c33ebe4167a071f90b44310014df3d70353b91 /src/include/ipxe/efi | |
| parent | [realtek] Update driver to use DMA API (diff) | |
| download | ipxe-0e26220902592fb3066d2043dec212d957215b79.tar.gz ipxe-0e26220902592fb3066d2043dec212d957215b79.tar.xz ipxe-0e26220902592fb3066d2043dec212d957215b79.zip | |
[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 */ |
