mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[USBUHCI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61955
This commit is contained in:
parent
b90ea08d19
commit
9e9524b559
3 changed files with 6 additions and 2 deletions
|
@ -19,6 +19,7 @@ add_library(usbuhci SHARED
|
||||||
usbuhci.rc)
|
usbuhci.rc)
|
||||||
|
|
||||||
target_link_libraries(usbuhci
|
target_link_libraries(usbuhci
|
||||||
|
uuid
|
||||||
libusb
|
libusb
|
||||||
libcntpr
|
libcntpr
|
||||||
${PSEH_LIB})
|
${PSEH_LIB})
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
||||||
|
|
||||||
|
#include <wdm.h>
|
||||||
#include <initguid.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 */
|
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|
||||||
|
|
|
@ -47,4 +47,4 @@ NTSTATUS NTAPI CreateUSBQueue(PUSBQUEUE *OutUsbQueue);
|
||||||
//
|
//
|
||||||
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
|
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
|
||||||
|
|
||||||
#endif
|
#endif /* USBUHCI_H__ */
|
||||||
|
|
Loading…
Reference in a new issue