|
@@ -504,6 +504,8 @@ USBBus *usb_bus_find(int busnr);
|
|
|
void usb_legacy_register(const char *typename, const char *usbdevice_name,
|
|
|
USBDevice *(*usbdevice_init)(USBBus *bus,
|
|
|
const char *params));
|
|
|
+USBDevice *usb_new(const char *name);
|
|
|
+bool usb_realize_and_unref(USBDevice *dev, USBBus *bus, Error **errp);
|
|
|
USBDevice *usb_create(USBBus *bus, const char *name);
|
|
|
USBDevice *usb_create_simple(USBBus *bus, const char *name);
|
|
|
USBDevice *usbdevice_create(const char *cmdline);
|