1
0
feito fork de xt-sys/exectos

Rename AcGetAcpiTable() to AcGetAcpiDescriptionPointer()

Esse commit está contido em:
2024-02-02 22:04:58 +01:00
commit 082568ae10
3 arquivos alterados com 7 adições e 7 exclusões

Ver arquivo

@@ -16,7 +16,7 @@
/* ACPI module routines forward references */
XTCDECL
EFI_STATUS
AcGetAcpiTable(OUT PVOID *AcpiTable);
AcGetAcpiDescriptionPointer(OUT PVOID *AcpiTable);
XTCDECL
EFI_STATUS
@@ -29,7 +29,7 @@ AcGetXsdpTable(OUT PVOID *AcpiTable);
XTCDECL
UCHAR
AcpChecksumTable(IN PVOID Buffer,
IN UINT_PTR Size);
IN UINT_PTR Size);
XTCDECL
EFI_STATUS