summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:30:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:30:34 +0000
commit65442978323383404b1f0195c87c8a362270aa02 (patch)
tree72fa40edbfcfc53a6e87c7db5aa989aea9f71fbe /MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
parent2f5c655aae69e31d296b98700344b7aa140f5eb2 (diff)
downloadedk2-platforms-65442978323383404b1f0195c87c8a362270aa02.tar.xz
Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry PcdUsbTransferTimeoutValue for it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7467 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h')
-rw-r--r--MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
index b102d28640..62d75526ba 100644
--- a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
+++ b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
@@ -21,6 +21,7 @@
#include <Library/UefiUsbLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
#include <IndustryStandard/Usb.h>