X-Git-Url: https://code.delx.au/refind/blobdiff_plain/59c8d80891203a2e0079b83fd75707005742a469..37c98e1a4e30f80d6a7f7158bc27c81a1c3cac37:/mok/mok.h diff --git a/mok/mok.h b/mok/mok.h index 7648209..d24e2b4 100644 --- a/mok/mok.h +++ b/mok/mok.h @@ -24,6 +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);