mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
0e3dc01eb7
commit
bc867951a2
1 changed files with 0 additions and 3 deletions
|
@ -929,9 +929,6 @@ struct efi_file_handle {
|
||||||
efi_status_t (EFIAPI *flush)(struct efi_file_handle *file);
|
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
|
#define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION 0x00010000
|
||||||
|
|
||||||
struct efi_simple_file_system_protocol {
|
struct efi_simple_file_system_protocol {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue