aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-30 11:27:48 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-30 11:27:48 +0100
commit8327606c616199df42585e3a6377ba009b06f31f (patch)
tree856b555ffd94456d0d0eccf688f500cc1651cbb1 /xen/include/xen/acpi.h
parent9b10f2284806d2d97b5e60a22eb0fadd642fb575 (diff)
downloadxen-8327606c616199df42585e3a6377ba009b06f31f.tar.gz
xen-8327606c616199df42585e3a6377ba009b06f31f.tar.bz2
xen-8327606c616199df42585e3a6377ba009b06f31f.zip
Add acpi_table_disable() into xen/drivers/acpi/tables.c
This function can disable a ACPI table by updating the table header. Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index 062e4d4b40..aa7a36aba4 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -383,6 +383,7 @@ int acpi_boot_table_init (void);
int acpi_numa_init (void);
int acpi_table_init (void);
+int acpi_table_disable(enum acpi_table_id table_id);
int acpi_table_parse (enum acpi_table_id id, acpi_table_handler handler);
int acpi_get_table_header_early (enum acpi_table_id id, struct acpi_table_header **header);
int acpi_table_parse_madt (enum acpi_madt_entry_id id, acpi_madt_entry_handler handler, unsigned int max_entries);
@@ -535,6 +536,5 @@ static inline int acpi_get_pxm(acpi_handle handle)
#endif
extern int pnpacpi_disabled;
-extern unsigned char acpi_rsdp_rev;
#endif /*_LINUX_ACPI_H*/