efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 18 May 2019 15:07:52 +0000 (17:07 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 06:10:10 +0000 (08:10 +0200)
commitacee965263e8d04d07f9b36d54a4bc8bde30727c
tree9cab2810a28d86a37c994436f2006d983a7337b6
parent1344f7d0f61d94fe475aeadb000ac6cafccd3920
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter

KeyToggleState is a pointer according to UEFI spec 2.8.

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