]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit87cace15cffb91b4b16753c8551a5fae84b7a2af
tree7bc66267d1af281b36c2413ace5384b70e89bbeb
parent9478ced4238ab6f8a8ab2ac1183322e4e48174d4
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