From 128161a7f88beb1e3e604807d1eefa6d11d2724e Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 22 Nov 2021 09:47:08 +0100 Subject: efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDs Convention is to m/EFI_.*_PROTOCOLG_GUID/. Rename LOAD_FILE_PROTOCOL_GUID for uniformity. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20211122084732.2597109-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- include/efi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/efi.h b/include/efi.h index 439803c294..36452d296d 100644 --- a/include/efi.h +++ b/include/efi.h @@ -485,7 +485,7 @@ extern efi_runtime_services_t *RT; #define EFI_HII_CONFIG_ACCESS_PROTOCOL_GUID \ EFI_GUID(0x330d4706, 0xf2a0, 0x4e4f, 0xa3, 0x69, 0xb6, 0x6f, 0xa8, 0xd5, 0x43, 0x85) -#define LOAD_FILE_PROTOCOL_GUID \ +#define EFI_LOAD_FILE_PROTOCOL_GUID \ EFI_GUID(0x56ec3091, 0x954c, 0x11d2, 0x8e, 0x3f, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b) #define EFI_COMPONENT_NAME2_PROTOCOL_GUID \ -- cgit v1.2.3