[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
@@ -19,6 +19,7 @@ add_library(usbuhci SHARED
usbuhci.rc)
target_link_libraries(usbuhci
uuid
libusb
libcntpr
${PSEH_LIB})
+4 -1
View 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 */
+1 -1
View File
@@ -47,4 +47,4 @@ NTSTATUS NTAPI CreateUSBQueue(PUSBQUEUE *OutUsbQueue);
//
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
#endif
#endif /* USBUHCI_H__ */