]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
Update for the library class renaming: UsbLib -> UefiUsbLib
[mirror_edk2.git] / MdePkg / Library / UefiUsbLib / UefiUsbLibInternal.h
CommitLineData
cbc1082c 1/** @file\r
2 \r
dad203ec
A
3 Common header file shared by all source files.\r
4\r
5 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
6\r
7 Copyright (c) 2006, Intel Corporation.\r
8 All rights reserved. This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14**/\r
15\r
16#ifndef __UEFI_USB_LIB_INTERNAL_H_\r
17#define __UEFI_USB_LIB_INTERNAL_H_\r
18\r
60c93673 19#include <Uefi.h>\r
d68a10d0 20#include <Library/UefiUsbLib.h>\r
dad203ec
A
21#include <Library/BaseMemoryLib.h>\r
22\r
23#endif\r