|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include <uacpi/types.h>

Go to the source code of this file.
| uacpi_status uacpi_install_notify_handler | ( | uacpi_namespace_node * | node, |
| uacpi_notify_handler | handler, | ||
| uacpi_handle | handler_context | ||
| ) |
Install a Notify() handler to a device node. A handler installed to the root node will receive all notifications, even if a device already has a dedicated Notify handler. 'handler_context' is passed to the handler on every invocation.
Definition at line 134 of file notify.c.
| uacpi_status uacpi_uninstall_notify_handler | ( | uacpi_namespace_node * | node, |
| uacpi_notify_handler | handler | ||
| ) |
Definition at line 189 of file notify.c.