[USBUHCI]

* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61955
This commit is contained in:
Amine Khaldi 2014-02-03 10:55:15 +00:00
parent b90ea08d19
commit 9e9524b559
3 changed files with 6 additions and 2 deletions

View file

@ -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})

View file

@ -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 */

View file

@ -47,4 +47,4 @@ NTSTATUS NTAPI CreateUSBQueue(PUSBQUEUE *OutUsbQueue);
// //
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest); NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
#endif #endif /* USBUHCI_H__ */