~dannf/qemu-linaro/qemu-highbank-ppa

« back to all changes in this revision

Viewing changes to usb-stub.c

  • Committer: Steve Langasek
  • Date: 2012-03-15 21:13:19 UTC
  • mfrom: (0.1.15)
  • Revision ID: steve.langasek@canonical.com-20120315211319-f1j3ot1ihx30b2s9
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
}
42
42
 
43
43
/* XXX: modify configure to compile the right host driver */
44
 
USBDevice *usb_host_device_open(const char *devname)
 
44
USBDevice *usb_host_device_open(USBBus *bus, const char *devname)
45
45
{
46
46
    return NULL;
47
47
}