efi_loader: separate UEFI variable API from implemementation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 26 Jun 2020 15:57:48 +0000 (17:57 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:16 +0000 (23:14 +0200)
commit01df8cf33634a36566281af475cc520c3febad4d
tree79f41454d29eecf8d14736d417f6c7e5b9403e4d
parent2a79c352caf9bd84301dcfe8d4a08075457d33d6
efi_loader: separate UEFI variable API from implemementation

Separate the remaining UEFI variable API functions GetNextVariableName and
QueryVariableInfo() from internal functions implementing them.

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