Parent Directory
|
Revision Log
|
Patch
| revision 1.85 by bellard, Sat Nov 5 18:55:27 2005 UTC | revision 1.86 by bellard, Sun Nov 6 16:13:29 2005 UTC | |
|---|---|---|
| # | Line 862 int cuda_init(SetIRQFunc *set_irq, void | Line 862 int cuda_init(SetIRQFunc *set_irq, void |
| 862 | ||
| 863 | #include "hw/usb.h" | #include "hw/usb.h" |
| 864 | ||
| 865 | /* usb ports of the VM */ | |
| 866 | ||
| 867 | #define MAX_VM_USB_PORTS 8 | |
| 868 | ||
| 869 | extern USBPort *vm_usb_ports[MAX_VM_USB_PORTS]; | |
| 870 | extern USBDevice *vm_usb_hub; | |
| 871 | ||
| 872 | void do_usb_add(const char *devname); | |
| 873 | void do_usb_del(const char *devname); | |
| 874 | void usb_info(void); | |
| 875 | ||
| 876 | #endif /* defined(QEMU_TOOL) */ | #endif /* defined(QEMU_TOOL) */ |
| 877 | ||
| 878 | /* monitor.c */ | /* monitor.c */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |