efi_loader: typedef efi_string_t text output protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 5 Jan 2021 06:50:09 +0000 (07:50 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:01 +0000 (02:38 +0100)
commit7913c7dc57eb1ce6a145c36fab7918a0c8c6860d
tree7bc66267d1af281b36c2413ace5384b70e89bbeb
parent85fc2ad4d13e1311652049c7322f5d36aacfc572
efi_loader: typedef efi_string_t text output protocol

We do not want to use typedefs in U-Boot.

Do not use efi_string_t in the EFI_TEXT_OUTPUT_PROTOCOL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
lib/efi_loader/efi_console.c