summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-08-28 00:02:08 +0200
committerMichael Brown2006-08-28 00:02:08 +0200
commit22511400c7924020c09df90cd5a0b491b17688f9 (patch)
tree03dd51ba306b2094e25279f8164d938bbae37e45 /src/include
parentDoes anyone still use 9600 baud? (diff)
downloadipxe-22511400c7924020c09df90cd5a0b491b17688f9.tar.gz
ipxe-22511400c7924020c09df90cd5a0b491b17688f9.tar.xz
ipxe-22511400c7924020c09df90cd5a0b491b17688f9.zip
Added generic function for calculating ACPI table checksum
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/acpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/acpi.h b/src/include/gpxe/acpi.h
index a96321872..33b1b2b71 100644
--- a/src/include/gpxe/acpi.h
+++ b/src/include/gpxe/acpi.h
@@ -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 */