Const missing.

This commit is contained in:
jief666 2020-09-28 12:05:37 +03:00
parent f663e8fc10
commit 6ed566e98c
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@
#include "platformdata.h"
#include "smbios.h"
#include "cpu.h"
#include "DataHubCpu.h"
#include <Guid/DataHubRecords.h>

View File

@ -20,7 +20,7 @@ EFIAPI
LogDataHub (
EFI_GUID *TypeGuid,
CONST CHAR16 *Name,
VOID *Data,
const VOID *Data,
UINT32 DataSize
);