mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[USBOHCI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61954
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user