mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-29 15:33:12 +00:00

This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader.
6 lines
164 B
C
6 lines
164 B
C
EFI_STATUS
|
|
generate_path(CHAR16* name, EFI_LOADED_IMAGE *li,
|
|
EFI_DEVICE_PATH **path, CHAR16 **PathName);
|
|
EFI_STATUS
|
|
execute(EFI_HANDLE image, CHAR16 *name);
|