Rename AcGetAcpiTable() to AcGetAcpiDescriptionPointer()
Todas las comprobaciones han sido exitosas
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 27s

Este commit está contenido en:
2024-02-02 22:04:58 +01:00
padre 58a1fef3ad
commit 082568ae10
Se han modificado 3 ficheros con 7 adiciones y 7 borrados

Ver fichero

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