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
- Lines: 21
- Date:
2004-04-14 06:05:40.000000000 -0700
- Orig file:
linux-2.4.25/include/acpi/acobject.h
- Orig date:
2004-02-18 05:36:32.000000000 -0800
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)