[USBEHCI]

* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61952
This commit is contained in:
Amine Khaldi 2014-02-03 10:51:56 +00:00
parent d42c5357fd
commit 94d0781f86
2 changed files with 5 additions and 1 deletions

View file

@ -18,6 +18,7 @@ add_library(usbehci SHARED
usbehci.rc)
target_link_libraries(usbehci
uuid
libusb
libcntpr
${PSEH_LIB})

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