Function uacpi_install_address_space_handler

uacpi_status uacpi_install_address_space_handler(uacpi_namespace_node* device_node, enum uacpi_address_space space, uacpi_region_handler handler, uacpi_handle handler_context)

Description

Install an address space handler to a device node.

The handler is recursively connected to all of the operation regions of type 'space' underneath 'device_node'. Note that this recursion stops as soon as another device node that already has an address space handler of this type installed is encountered.