acpi: Add HMAT to generic parsing tables
[linux-2.6-microblaze.git] / include / linux / acpi.h
index 9494d42..7c7515b 100644 (file)
@@ -143,6 +143,7 @@ enum acpi_address_range_id {
 /* Table Handlers */
 union acpi_subtable_headers {
        struct acpi_subtable_header common;
+       struct acpi_hmat_structure hmat;
 };
 
 typedef int (*acpi_tbl_table_handler)(struct acpi_table_header *table);