Function uacpi_install_notify_handler

uacpi_status uacpi_install_notify_handler(uacpi_namespace_node* node, uacpi_notify_handler handler, uacpi_handle handler_context)

Description

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.