]> Git Repo - qemu.git/blame - tests/libqos/usb.h
Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-request' into...
[qemu.git] / tests / libqos / usb.h
CommitLineData
b0354ec5
IM
1#ifndef LIBQOS_USB_H
2#define LIBQOS_USB_H
3
4#include "libqos/pci-pc.h"
5
6struct qhc {
7 QPCIDevice *dev;
b4ba67d9 8 QPCIBar bar;
b0354ec5
IM
9};
10
11void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc,
12 uint32_t devfn, int bar);
13void uhci_port_test(struct qhc *hc, int port, uint16_t expect);
62030ed1 14void uhci_deinit(struct qhc *hc);
b3937683
IM
15
16void usb_test_hotplug(const char *bus_name, const int port,
17 void (*port_check)(void));
b0354ec5 18#endif
This page took 0.16028 seconds and 4 git commands to generate.