efi-boot-shim/include/execute.h
Peter Jones 1f1ec4cea8 Make sure all of our include files have proper guards.
... and make them all the same formatting too.

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-03-12 16:21:43 -04:00

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 */