[USBOHCI]

* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61954
This commit is contained in:
Amine Khaldi 2014-02-03 10:53:56 +00:00
parent 61dfe2a760
commit b90ea08d19
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,9 @@
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <wdm.h>
#include <initguid.h>
#include <libusb.h>
#include <wdmguid.h>
#include <hubbusif.h>
#include <usbbusif.h>
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */

View file

@ -345,4 +345,3 @@ C_ASSERT(sizeof(OHCI_ISO_TD) == 48);
#define OHCI_ITD_SET_FRAME_COUNT(x) (((x) - 1) << 24)
#define OHCI_ITD_GET_CONDITION_CODE(x) ((x) >> 28)
#define OHCI_ITD_NO_CONDITION_CODE 0xf0000000