summaryrefslogtreecommitdiff
path: root/include/execute.h
blob: 23d17728a34e2965692644c5eaa04a06b80e46f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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 */