diff mbox series

[U-Boot,1/1] efi_loader: provide comment for protocol GUIDs

Message ID 20170915074502.17208-1-xypron.glpk@gmx.de
State Not Applicable, archived
Delegated to: Alexander Graf
Headers show
Series [U-Boot,1/1] efi_loader: provide comment for protocol GUIDs | expand

Commit Message

Heinrich Schuchardt Sept. 15, 2017, 7:45 a.m. UTC
Add a missing comment.

Reported-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@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(+)

Comments

Simon Glass Sept. 25, 2017, 2:11 a.m. UTC | #1
On 15 September 2017 at 01:45, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> Add a missing comment.
>
> Reported-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@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(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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;