patch-2.4.6 linux/drivers/acpi/include/acevents.h
Next file: linux/drivers/acpi/include/acexcep.h
Previous file: linux/drivers/acpi/include/acenv.h
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Wed Jun 20 17:47:40 2001
- Orig file:
v2.4.5/linux/drivers/acpi/include/acevents.h
- Orig date:
Mon Jan 22 13:23:42 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/acpi/include/acevents.h linux/drivers/acpi/include/acevents.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acevents.h - Event subcomponent prototypes and defines
- * $Revision: 63 $
+ * $Revision: 65 $
*
*****************************************************************************/
@@ -91,11 +91,14 @@
* Acpi_evnotify - Device Notify handling and dispatch
*/
-void
-acpi_ev_notify_dispatch (
- ACPI_HANDLE device,
+ACPI_STATUS
+acpi_ev_queue_notify_request (
+ ACPI_NAMESPACE_NODE *node,
u32 notify_value);
+void
+acpi_ev_notify_dispatch (
+ void *context);
/*
* Acpi_evregion - Address Space handling
@@ -195,22 +198,6 @@
void
acpi_ev_terminate (
void);
-
-
-/* Debug support */
-
-#ifdef ACPI_DEBUG
-
-u32
-acpi_ev_sci_count (
- u32 acpi_event);
-
-#define DEBUG_INCREMENT_EVENT_COUNT(a) acpi_gbl_event_count[a]++;
-
-#else
-
-#define DEBUG_INCREMENT_EVENT_COUNT(a)
-#endif
#endif /* __ACEVENTS_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)