mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-17 15:18:06 +01:00
Const missing.
This commit is contained in:
parent
f663e8fc10
commit
6ed566e98c
@ -42,6 +42,7 @@
|
|||||||
#include "platformdata.h"
|
#include "platformdata.h"
|
||||||
#include "smbios.h"
|
#include "smbios.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "DataHubCpu.h"
|
||||||
|
|
||||||
#include <Guid/DataHubRecords.h>
|
#include <Guid/DataHubRecords.h>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ EFIAPI
|
|||||||
LogDataHub (
|
LogDataHub (
|
||||||
EFI_GUID *TypeGuid,
|
EFI_GUID *TypeGuid,
|
||||||
CONST CHAR16 *Name,
|
CONST CHAR16 *Name,
|
||||||
VOID *Data,
|
const VOID *Data,
|
||||||
UINT32 DataSize
|
UINT32 DataSize
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user