summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_snp.c
diff options
context:
space:
mode:
authorMichael Brown2014-09-25 13:28:38 +0200
committerMichael Brown2014-09-25 13:29:12 +0200
commit9ee89d0bf16d55682464fdfbb5c01ee6dff7d429 (patch)
tree889361d08ac31b7aca0244cb154f79b42e6ab368 /src/interface/efi/efi_snp.c
parent[build] Use -malign-double to build 32-bit UEFI binaries (diff)
downloadipxe-9ee89d0bf16d55682464fdfbb5c01ee6dff7d429.tar.gz
ipxe-9ee89d0bf16d55682464fdfbb5c01ee6dff7d429.tar.xz
ipxe-9ee89d0bf16d55682464fdfbb5c01ee6dff7d429.zip
[efi] Centralise definitions of more protocol GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_snp.c')
-rw-r--r--src/interface/efi/efi_snp.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/interface/efi/efi_snp.c b/src/interface/efi/efi_snp.c
index bd45d744d..67fba342e 100644
--- a/src/interface/efi/efi_snp.c
+++ b/src/interface/efi/efi_snp.c
@@ -35,20 +35,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/efi/efi_snp.h>
#include <usr/autoboot.h>
-/** EFI network interface identifier GUID */
-static EFI_GUID efi_nii_protocol_guid
- = EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID;
-
-/** EFI network interface identifier GUID (extra special version) */
-static EFI_GUID efi_nii31_protocol_guid = {
- /* At some point, it seems that someone decided to change the
- * GUID. Current EFI builds ignore the older GUID, older EFI
- * builds ignore the newer GUID, so we have to expose both.
- */
- 0x1ACED566, 0x76ED, 0x4218,
- { 0xBC, 0x81, 0x76, 0x7F, 0x1F, 0x97, 0x7A, 0x89 }
-};
-
/** List of SNP devices */
static LIST_HEAD ( efi_snp_devices );