Rework AcpChecksumTable() routine into AcpValidateAcpiTable()
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 34s

This commit is contained in:
2024-06-03 23:31:33 +02:00
parent 54b7e46f1b
commit db5d6c42c9
2 changed files with 14 additions and 14 deletions

View File

@@ -45,9 +45,9 @@ EFI_STATUS
AcGetXsdpTable(OUT PVOID *AcpiTable);
XTCDECL
UCHAR
AcpChecksumTable(IN PVOID Buffer,
IN UINT_PTR Size);
BOOLEAN
AcpValidateAcpiTable(IN PVOID Buffer,
IN UINT_PTR Size);
XTCDECL
EFI_STATUS