X-Git-Url: https://code.delx.au/refind/blobdiff_plain/45819ae8739dea4a9710626b5817313e63b07c1a..999e9b76afa9e57b16b54da313a46bdcf08dc412:/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);