Function uacpi_kernel_install_interrupt_handler
uacpi_status uacpi_kernel_install_interrupt_handler(uacpi_u32 irq, uacpi_interrupt_handler, uacpi_handle ctx, uacpi_handle* out_irq_handle)
Description
Install an interrupt handler at 'irq', 'ctx' is passed to the provided
handler for every invocation. 'out_irq_handle' is set to a kernel-implemented value that can be used to refer to this handler from other API.