commit | 3360183a2baee83a5bf326b851ddd0c959d2edbf | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Sun Nov 20 09:21:16 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 22 12:00:44 2022 +0100 |
tree | 30e57e72c0058dccb3ec8110471d78b66d6991e3 | |
parent | 5c9c2fca812ad86887dab2655392797c613292f7 [diff] |
eficonfig: expose eficonfig_create_device_path() Following commits are adding support for UEFI variable management via the eficonfig menu. Those functions needs to use eficonfig_create_device_path() to construct the full device path from device path of the volume and file path, so move it out of their static declarations. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>