Revision 8e257816 hw/usb.h

b/hw/usb.h
26 26
#include "qdev.h"
27 27
#include "qemu-queue.h"
28 28

  
29
/* Constants related to the USB / PCI interaction */
30
#define USB_SBRN    0x60 /* Serial Bus Release Number Register */
31
#define USB_RELEASE_1  0x10 /* USB 1.0 */
32
#define USB_RELEASE_2  0x20 /* USB 2.0 */
33
#define USB_RELEASE_3  0x30 /* USB 3.0 */
34

  
29 35
#define USB_TOKEN_SETUP 0x2d
30 36
#define USB_TOKEN_IN    0x69 /* device -> host */
31 37
#define USB_TOKEN_OUT   0xe1 /* host -> device */

Also available in: Unified diff