diff options
Diffstat (limited to 'hw/usb/host-stub.c')
-rw-r--r-- | hw/usb/host-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c index 58423a0..8affba7 100644 --- a/hw/usb/host-stub.c +++ b/hw/usb/host-stub.c @@ -35,7 +35,7 @@ #include "hw/usb.h" #include "monitor/monitor.h" -void usb_host_info(Monitor *mon) +void usb_host_info(Monitor *mon, const QDict *qdict) { monitor_printf(mon, "USB host devices not supported\n"); } |