Add missing forward reference for AcGetAcpiTable() routine
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 42s
Builds / ExectOS (i686) (push) Successful in 41s

This commit is contained in:
Rafal Kupiec 2024-05-20 15:34:49 +02:00
parent 500498508e
commit 28903e0c10
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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);