summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_driver.c
diff options
context:
space:
mode:
authorMichael Brown2014-08-06 00:07:12 +0200
committerMichael Brown2014-08-06 00:08:32 +0200
commit3b42ed477f21ee3f5851dc2993ea670e9edc10f7 (patch)
tree4123be2ce024110174234f82e6a6bddd414fd86e /src/interface/efi/efi_driver.c
parent[efi] Reset multicast filter list when setting SNP receive filters (diff)
downloadipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.gz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.xz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.zip
[efi] Provide centralised definitions of commonly-used GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_driver.c')
-rw-r--r--src/interface/efi/efi_driver.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/interface/efi/efi_driver.c b/src/interface/efi/efi_driver.c
index b9617cbf..424bbc31 100644
--- a/src/interface/efi/efi_driver.c
+++ b/src/interface/efi/efi_driver.c
@@ -40,18 +40,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
static EFI_DRIVER_BINDING_PROTOCOL efi_driver_binding;
-/** EFI driver binding protocol GUID */
-static EFI_GUID efi_driver_binding_protocol_guid
- = EFI_DRIVER_BINDING_PROTOCOL_GUID;
-
-/** EFI component name protocol GUID */
-static EFI_GUID efi_component_name2_protocol_guid
- = EFI_COMPONENT_NAME2_PROTOCOL_GUID;
-
-/** EFI device path protocol GUID */
-static EFI_GUID efi_device_path_protocol_guid
- = EFI_DEVICE_PATH_PROTOCOL_GUID;
-
/** List of controlled EFI devices */
static LIST_HEAD ( efi_devices );