summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_blacklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/efi/efi_blacklist.h')
-rw-r--r--src/include/ipxe/efi/efi_blacklist.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_blacklist.h b/src/include/ipxe/efi/efi_blacklist.h
new file mode 100644
index 00000000..c5a5a61d
--- /dev/null
+++ b/src/include/ipxe/efi/efi_blacklist.h
@@ -0,0 +1,13 @@
+#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 */