mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-05 22:16:41 +00:00

... and make them all the same formatting too. Signed-off-by: Peter Jones <pjones@redhat.com>
11 lines
252 B
C
11 lines
252 B
C
#ifndef SHIM_LIB_EXECUTE_H
|
|
#define SHIM_LIB_EXECUTE_H
|
|
|
|
EFI_STATUS
|
|
generate_path(CHAR16* name, EFI_LOADED_IMAGE *li,
|
|
EFI_DEVICE_PATH **path, CHAR16 **PathName);
|
|
EFI_STATUS
|
|
execute(EFI_HANDLE image, CHAR16 *name);
|
|
|
|
#endif /* SHIM_LIB_EXECUTE_H */
|