]> code.delx.au - refind/blobdiff - mok/mok.h
Added ability to boot the previously-booted loader if
[refind] / mok / mok.h
index eca991b56bd6bb58d332d514e699e75fd090f5bb..d24e2b4a4b62d134fbf9696116334dd680151d70 100644 (file)
--- a/mok/mok.h
+++ b/mok/mok.h
@@ -24,7 +24,7 @@ typedef struct _SHIM_LOCK
 } SHIM_LOCK;
 #endif
 
+//EFI_STATUS get_variable (CHAR16 *name, EFI_GUID guid, UINT32 *attributes, UINTN *size, VOID **buffer);
 BOOLEAN ShimLoaded(void);
 BOOLEAN ShimValidate (VOID *data, UINT32 size);
 BOOLEAN secure_mode (VOID);
-VOID disable_secure_boot(VOID);
\ No newline at end of file