X-Git-Url: https://code.delx.au/refind/blobdiff_plain/7f97f502da6c482383f038970e788e1d005d391b..40ae0d1307c090f26cbf102d64547d558d62e9f2:/refind/apple.h diff --git a/refind/apple.h b/refind/apple.h index 17ed155..94062b1 100644 --- a/refind/apple.h +++ b/refind/apple.h @@ -48,7 +48,7 @@ CSR_ALLOW_UNRESTRICTED_DTRACE | \ CSR_ALLOW_UNRESTRICTED_NVRAM) -extern CHAR16 *gCsrStatus; +extern CHAR16 gCsrStatus[256]; EFI_STATUS GetCsrStatus(UINT32 *CsrValue); VOID RecordgCsrStatus(UINT32 CsrStatus, BOOLEAN DisplayMessage);