]> code.delx.au - refind/blobdiff - mok/execute.h
Files for new MOK/shim code based on Bottomley's PreLoader.
[refind] / mok / execute.h
diff --git a/mok/execute.h b/mok/execute.h
new file mode 100644 (file)
index 0000000..9aecbff
--- /dev/null
@@ -0,0 +1,5 @@
+EFI_STATUS
+generate_path(CHAR16* name, EFI_LOADED_IMAGE *li,
+             EFI_DEVICE_PATH **path, CHAR16 **PathName);
+EFI_STATUS
+execute(EFI_HANDLE image, CHAR16 *name);