Revision 0d92ed30 vl.h

b/vl.h
1022 1022

  
1023 1023
/* usb ports of the VM */
1024 1024

  
1025
#define MAX_VM_USB_PORTS 8
1025
void qemu_register_usb_port(USBPort *port, void *opaque, int index,
1026
                            usb_attachfn attach);
1026 1027

  
1027
extern USBPort *vm_usb_ports[MAX_VM_USB_PORTS];
1028
extern USBDevice *vm_usb_hub;
1028
#define VM_USB_HUB_SIZE 8
1029 1029

  
1030 1030
void do_usb_add(const char *devname);
1031 1031
void do_usb_del(const char *devname);

Also available in: Unified diff