aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-12-12 13:40:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-02-19 12:30:05 +0100
commite382d966d06d2989fc28eec8cfdcc2fd99ebfbb7 (patch)
tree90dfb09274909f447e391637a83950c3baa68eff /hw/usb.h
parent1a3973b33d36583d7194798f789a37759a13e269 (diff)
downloadqemu-e382d966d06d2989fc28eec8cfdcc2fd99ebfbb7.zip
qemu-e382d966d06d2989fc28eec8cfdcc2fd99ebfbb7.tar.gz
qemu-e382d966d06d2989fc28eec8cfdcc2fd99ebfbb7.tar.bz2
usb: add usb_ep_set_halted
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h
index 90024a4..af86fbd 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -417,6 +417,7 @@ void usb_ep_set_max_packet_size(USBDevice *dev, int pid, int ep,
uint16_t raw);
int usb_ep_get_max_packet_size(USBDevice *dev, int pid, int ep);
void usb_ep_set_pipeline(USBDevice *dev, int pid, int ep, bool enabled);
+void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted);
USBPacket *usb_ep_find_packet_by_id(USBDevice *dev, int pid, int ep,
uint64_t id);