[U-Boot] [PATCH 1/1] efi_loader: provide comment for protocol GUIDs
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Sep 15 07:45:02 UTC 2017
Add a missing comment.
Reported-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
Patch is directly applicable to efi-next.
Reported by Simon
Re: [PATCH 15/23] efi_loader: implement ConnectController
https://lists.denx.de/pipermail/u-boot/2017-August/304372.html
---
include/efi_loader.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/efi_loader.h b/include/efi_loader.h
index 46d684f6df..bc48bf4e11 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -67,6 +67,9 @@ extern struct efi_simple_input_interface efi_con_in;
extern const struct efi_console_control_protocol efi_console_control;
extern const struct efi_device_path_to_text_protocol efi_device_path_to_text;
+/*
+ * GUIDs of EFI protocols
+ */
extern const efi_guid_t efi_guid_console_control;
extern const efi_guid_t efi_guid_device_path;
extern const efi_guid_t efi_guid_loaded_image;
--
2.11.0
More information about the U-Boot
mailing list