commit | 911df64aad789ed3d857dec7ce1e945723f46b06 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Apr 27 18:48:20 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 04 12:26:11 2020 +0200 |
tree | 4f9c9e77327ebf3b6e0b53d354c3a120f98150bd | |
parent | dae117a8c407e2ca99031db3d6affb2b21596d93 [diff] |
efi_loader: disk: add efi_disk_is_system_part() This function will check if a given handle to device is an EFI system partition. It will be utilised in implementing capsule-on-disk feature. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Add function description. Return bool. Reviewed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>