Added generic function for calculating ACPI table checksum

This commit is contained in:
Michael Brown
2006-08-27 22:02:08 +00:00
parent c46126bfa4
commit 22511400c7
2 changed files with 42 additions and 0 deletions

View File

@@ -36,4 +36,6 @@ struct acpi_description_header {
uint32_t asl_compiler_revision;
} __attribute__ (( packed ));
extern void acpi_fix_checksum ( struct acpi_description_header *acpi );
#endif /* _GPXE_ACPI_H */