From 71e85f7f8fde86bafcac2523a286433f87d39798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 28 Oct 2010 17:31:36 +0000 Subject: [PATCH] added definition for Extensible Host Controller Interface (usb3) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39174 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/PCI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/os/drivers/PCI.h b/headers/os/drivers/PCI.h index bda37c9be3..d76a69b5a6 100644 --- a/headers/os/drivers/PCI.h +++ b/headers/os/drivers/PCI.h @@ -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)