patch-2.4.26 linux-2.4.26/include/acpi/acobject.h

Next file: linux-2.4.26/include/acpi/acpi_bus.h
Previous file: linux-2.4.26/include/acpi/acmacros.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/include/acpi/acobject.h linux-2.4.26/include/acpi/acobject.h
@@ -180,7 +180,11 @@
 };
 
 
-#define INFINITE_CONCURRENCY        0xFF
+#define ACPI_INFINITE_CONCURRENCY   0xFF
+
+typedef
+acpi_status (*ACPI_INTERNAL_METHOD) (
+	struct acpi_walk_state          *walk_state);
 
 struct acpi_object_method
 {
@@ -190,6 +194,7 @@
 	u32                                     aml_length;
 	void                                    *semaphore;
 	u8                                      *aml_start;
+	ACPI_INTERNAL_METHOD            implementation;
 	u8                                      concurrency;
 	u8                                      thread_count;
 	acpi_owner_id                           owning_id;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)