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