added definition for Extensible Host Controller Interface (usb3)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2010-10-28 17:31:36 +00:00
parent 59cad21bf2
commit 71e85f7f8f
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ struct pci_module_info {
#define PCI_usb_uhci 0x00 /* Universal Host Controller Interface */
#define PCI_usb_ohci 0x10 /* Open Host Controller Interface */
#define PCI_usb_ehci 0x20 /* Enhanced Host Controller Interface */
#define PCI_usb_xhci 0x30 /* Extensible Host Controller Interface */
/* ---
values for the class_sub field for class_base = 0x0d (wireless controller)