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
This commit is contained in:
qhuang8
2008-11-13 09:05:12 +00:00
parent 172ea7c7ca
commit d68a10d021
2 changed files with 2 additions and 2 deletions

View File

@@ -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