ACPICA: Use original data_table_region pointer for accesses
[linux-2.6-microblaze.git] / include / acpi / actypes.h
index 248242d..700c244 100644 (file)
@@ -1221,6 +1221,10 @@ struct acpi_mem_space_context {
        struct acpi_mem_mapping *first_mm;
 };
 
+struct acpi_data_table_space_context {
+       void *pointer;
+};
+
 /*
  * struct acpi_memory_list is used only if the ACPICA local cache is enabled
  */