diff options
author | Heinrich Schuchardt | 2019-01-15 05:44:56 +0100 |
---|---|---|
committer | Alexander Graf | 2019-02-13 09:40:06 +0100 |
commit | bc867951a25737b9599591bd1dd09352ef7791df (patch) | |
tree | 3b288698ae6cfaf186cc81e125ba701070cdec24 /include | |
parent | 0e3dc01eb7692e2f1ff8831a89d298dc8588e937 (diff) |
efi_loader: remove duplicate GUID definition
Remove duplicate definition o EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/efi_api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index d899af5e487..6af52bcb866 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -929,9 +929,6 @@ struct efi_file_handle { efi_status_t (EFIAPI *flush)(struct efi_file_handle *file); }; -#define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID \ - EFI_GUID(0x964e5b22, 0x6459, 0x11d2, \ - 0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b) #define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION 0x00010000 struct efi_simple_file_system_protocol { |