aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-30 10:59:27 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-30 10:59:27 +0100
commit9b10f2284806d2d97b5e60a22eb0fadd642fb575 (patch)
treef0297e261987ecbdced1c388573e919029bc6bab /xen/include/xen/acpi.h
parent1676e36c5d20c179effb70a47ed3a61c7e3fb86a (diff)
downloadxen-9b10f2284806d2d97b5e60a22eb0fadd642fb575.tar.gz
xen-9b10f2284806d2d97b5e60a22eb0fadd642fb575.tar.bz2
xen-9b10f2284806d2d97b5e60a22eb0fadd642fb575.zip
Move generate_acpi_checksum() from ia64 code to common.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index 3482d91391..062e4d4b40 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -390,6 +390,7 @@ int acpi_table_parse_srat (enum acpi_srat_entry_id id, acpi_madt_entry_handler h
void acpi_table_print (struct acpi_table_header *header, unsigned long phys_addr);
void acpi_table_print_madt_entry (acpi_table_entry_header *madt);
void acpi_table_print_srat_entry (acpi_table_entry_header *srat);
+uint8_t generate_acpi_checksum(void *tbl, unsigned long len);
/* the following four functions are architecture-dependent */
void acpi_numa_slit_init (struct acpi_table_slit *slit);