1
0
feito fork de xt-sys/exectos

Add missing forward reference for AcGetAcpiTable() routine

Esse commit está contido em:
2024-05-20 15:34:49 +02:00
commit 28903e0c10

Ver arquivo

@@ -18,6 +18,12 @@ XTCDECL
EFI_STATUS
AcGetAcpiDescriptionPointer(OUT PVOID *AcpiTable);
XTCDECL
EFI_STATUS
AcGetAcpiTable(IN CONST UINT Signature,
IN PVOID PreviousTable,
OUT PVOID *AcpiTable);
XTCDECL
EFI_STATUS
AcGetApicBase(OUT PVOID *ApicBase);