diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:05:12 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:05:12 +0000 |
commit | d68a10d021f2fe7b193d9532d6d4af572d819ef1 (patch) | |
tree | 7ce4691d1b65f3f167ba8034721799d846205e60 /MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h | |
parent | 172ea7c7ca1e30bc30de3c6781bb2dcbf8f2bdea (diff) | |
download | edk2-platforms-d68a10d021f2fe7b193d9532d6d4af572d819ef1.tar.xz |
Update for the library class renaming: UsbLib -> UefiUsbLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6516 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h index 99673a36c8..e8c817ae1d 100644 --- a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h +++ b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h @@ -17,7 +17,7 @@ #define __UEFI_USB_LIB_INTERNAL_H_
#include <Uefi.h>
-#include <Library/UsbLib.h>
+#include <Library/UefiUsbLib.h>
#include <Library/BaseMemoryLib.h>
#endif
|