]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
Update the copyright notice format
[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
19388d29
HT
7 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
8 This program and the accompanying materials\r
dad203ec
A
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
d5954c61 16#ifndef _UEFI_USB_LIB_INTERNAL_H_\r
17#define _UEFI_USB_LIB_INTERNAL_H_\r
dad203ec 18\r
60c93673 19#include <Uefi.h>\r
d5954c61 20\r
d68a10d0 21#include <Library/UefiUsbLib.h>\r
dad203ec 22#include <Library/BaseMemoryLib.h>\r
d5954c61 23#include <Library/DebugLib.h>\r
65442978 24#include <Library/PcdLib.h>\r
d5954c61 25\r
26#include <IndustryStandard/Usb.h>\r
27\r
dad203ec
A
28\r
29#endif\r