diff options
| author | Michael Brown | 2015-12-09 18:35:24 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-12-09 18:36:08 +0100 |
| commit | e3012f99492cc6be331f3f740e5a38e7920bc42c (patch) | |
| tree | 9889989fa893a251e98f04dd0fff28326dc5abe6 /src/interface/efi/efi_file.c | |
| parent | [xhci] Ensure that zero-length packets are not part of a TRB chain (diff) | |
| download | ipxe-e3012f99492cc6be331f3f740e5a38e7920bc42c.tar.gz ipxe-e3012f99492cc6be331f3f740e5a38e7920bc42c.tar.xz ipxe-e3012f99492cc6be331f3f740e5a38e7920bc42c.zip | |
[efi] Centralise EFI file system info GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_file.c')
| -rw-r--r-- | src/interface/efi/efi_file.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interface/efi/efi_file.c b/src/interface/efi/efi_file.c index 05eadc971..52de0987c 100644 --- a/src/interface/efi/efi_file.c +++ b/src/interface/efi/efi_file.c @@ -47,12 +47,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/efi/efi_strings.h> #include <ipxe/efi/efi_file.h> -/** EFI file information GUID */ -static EFI_GUID efi_file_info_id = EFI_FILE_INFO_ID; - -/** EFI file system information GUID */ -static EFI_GUID efi_file_system_info_id = EFI_FILE_SYSTEM_INFO_ID; - /** EFI media ID */ #define EFI_MEDIA_ID_MAGIC 0x69505845 |
