mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[USBOHCI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61954
This commit is contained in:
parent
61dfe2a760
commit
b90ea08d19
2 changed files with 4 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue