diff options
Diffstat (limited to 'include/hw/usb/xhci.h')
-rw-r--r-- | include/hw/usb/xhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/usb/xhci.h b/include/hw/usb/xhci.h index dc0c29930d..5c90e1373e 100644 --- a/include/hw/usb/xhci.h +++ b/include/hw/usb/xhci.h @@ -16,4 +16,6 @@ /* must be power of 2 */ #define XHCI_LEN_REGS 0x4000 +void xhci_sysbus_build_aml(Aml *scope, uint32_t mmio, unsigned int irq); + #endif |