From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Fri, 15 Sep 2017 09:45:02 +0200 Subject: [U-Boot] [PATCH 1/1] efi_loader: provide comment for protocol GUIDs In-Reply-To: References: Message-ID: <20170915074502.17208-1-xypron.glpk@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add a missing comment. Reported-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- 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