diff options
Diffstat (limited to 'hw/usb.h')
| -rw-r--r-- | hw/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/usb.h b/hw/usb.h index 62362a7da1..a875d5b4c6 100644 --- a/hw/usb.h +++ b/hw/usb.h @@ -265,9 +265,6 @@ USBDevice *usb_net_init(NICInfo *nd); /* usb-bt.c */ USBDevice *usb_bt_init(HCIInfo *hci); -/* usb-serial.c */ -USBDevice *usb_serial_init(const char *filename); - /* usb ports of the VM */ #define VM_USB_HUB_SIZE 8 |