efi-boot-shim/include/execute.h
2021-03-23 23:49:46 +00:00

13 lines
301 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
#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 */