commit | ba647afc5d1ed97c6e6ee6928cd5db28a13be139 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu May 12 11:29:01 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 28 10:59:27 2022 +0200 |
tree | 97bde2d59c0d7041dc9b2ac7fe9b236f9874d8fe | |
parent | 3ea20e70a1153d3ba99f669b9c62b09e57f9102d [diff] |
efi_loader: disk: add efi_disk_is_removable() This helper function will be used to determine if the device is removable media, initially for handling a short-path loading. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>