[USBUHCI]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:55:15 +0000 (10:55 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:55:15 +0000 (10:55 +0000)
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61955

reactos/drivers/usb/usbuhci/CMakeLists.txt
reactos/drivers/usb/usbuhci/guid.cpp
reactos/drivers/usb/usbuhci/usbuhci.h

index 8eede69..6af8742 100644 (file)
@@ -19,6 +19,7 @@ add_library(usbuhci SHARED
     usbuhci.rc)
 
 target_link_libraries(usbuhci
+    uuid
     libusb
     libcntpr
     ${PSEH_LIB})
index 8ea477c..50a6036 100644 (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 */
index 632a101..4d8cfb2 100644 (file)
@@ -47,4 +47,4 @@ NTSTATUS NTAPI CreateUSBQueue(PUSBQUEUE *OutUsbQueue);
 //
 NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
 
-#endif
+#endif /* USBUHCI_H__ */