Skip to content

uACPI interface

uacpi_pci_device : struct { // typedefing it because of consistency with uacpi naming uint8_t bus, slot, func; bool is_open; }

uacpi_io_handle : struct { uacpi_io_addr base; uacpi_size len; bool valid; }

irq_entry_t : struct { uacpi_interrupt_handler handler; uacpi_handle ctx; bool installed; }