mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USBUHCI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61955
This commit is contained in:
@@ -19,6 +19,7 @@ add_library(usbuhci SHARED
|
||||
usbuhci.rc)
|
||||
|
||||
target_link_libraries(usbuhci
|
||||
uuid
|
||||
libusb
|
||||
libcntpr
|
||||
${PSEH_LIB})
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -47,4 +47,4 @@ NTSTATUS NTAPI CreateUSBQueue(PUSBQUEUE *OutUsbQueue);
|
||||
//
|
||||
NTSTATUS NTAPI InternalCreateUSBRequest(PUSBREQUEST *OutRequest);
|
||||
|
||||
#endif
|
||||
#endif /* USBUHCI_H__ */
|
||||
|
||||
Reference in New Issue
Block a user