commit | 6be1d1f92e608682c46e07c27e3405c16a09c7eb | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Sun Nov 20 09:21:14 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 22 12:00:44 2022 +0100 |
tree | 4f389df6d324d86af0295fc85552a20c13fb724f | |
parent | 0be1b2a25e2a2ab8deaf16eed0badcdb56875289 [diff] |
eficonfig: expose append entry function Following commits are adding support for UEFI variable management via the eficonfig menu. Those functions needs to use append_entry() and append_quit_entry() to construct the menu, so move them out of their static declarations. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>