Add missing forward reference for AcGetAcpiTable() routine
This commit is contained in:
parent
500498508e
commit
28903e0c10
@ -18,6 +18,12 @@ XTCDECL
|
|||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
AcGetAcpiDescriptionPointer(OUT PVOID *AcpiTable);
|
AcGetAcpiDescriptionPointer(OUT PVOID *AcpiTable);
|
||||||
|
|
||||||
|
XTCDECL
|
||||||
|
EFI_STATUS
|
||||||
|
AcGetAcpiTable(IN CONST UINT Signature,
|
||||||
|
IN PVOID PreviousTable,
|
||||||
|
OUT PVOID *AcpiTable);
|
||||||
|
|
||||||
XTCDECL
|
XTCDECL
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
AcGetApicBase(OUT PVOID *ApicBase);
|
AcGetApicBase(OUT PVOID *ApicBase);
|
||||||
|
Loading…
Reference in New Issue
Block a user