ACPICA: Delete stale FADT functions outside tbfadt.c.
[sfrench/cifs-2.6.git] / include / acpi / actables.h
index 9183de1a10f20caab8060b5f7d53cc2cb9ae83e4..62947344b93a5ceed10f756a3178d2cd791f0722 100644 (file)
 #ifndef __ACTABLES_H__
 #define __ACTABLES_H__
 
+/*
+ * tbfadt - FADT parse/convert/validate
+ */
+void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags);
+
 /*
  * tbfind - find ACPI table
  */
@@ -97,6 +102,10 @@ u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length);
 acpi_status
 acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
 
+void
+acpi_tb_install_table(acpi_physical_address address,
+                     u8 flags, char *signature, acpi_native_uint table_index);
+
 acpi_status
 acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags);