diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 08:30:34 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 08:30:34 +0000 |
commit | 65442978323383404b1f0195c87c8a362270aa02 (patch) | |
tree | 72fa40edbfcfc53a6e87c7db5aa989aea9f71fbe /MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h | |
parent | 2f5c655aae69e31d296b98700344b7aa140f5eb2 (diff) | |
download | edk2-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.h | 1 |
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>
|