2008-07-09 03:52:13 +02:00
|
|
|
/** @file
|
|
|
|
|
2007-07-13 05:22:35 +02:00
|
|
|
Common header file shared by all source files.
|
|
|
|
|
|
|
|
This file includes package header files, library classes and protocol, PPI & GUID definitions.
|
|
|
|
|
2008-12-29 15:07:07 +01:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation.
|
2007-07-13 05:22:35 +02:00
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
**/
|
|
|
|
|
2008-11-17 12:24:14 +01:00
|
|
|
#ifndef _UEFI_USB_LIB_INTERNAL_H_
|
|
|
|
#define _UEFI_USB_LIB_INTERNAL_H_
|
2007-07-13 05:22:35 +02:00
|
|
|
|
2008-08-30 16:09:38 +02:00
|
|
|
#include <Uefi.h>
|
2008-11-17 12:24:14 +01:00
|
|
|
|
2008-11-13 10:05:12 +01:00
|
|
|
#include <Library/UefiUsbLib.h>
|
2007-07-13 05:22:35 +02:00
|
|
|
#include <Library/BaseMemoryLib.h>
|
2008-11-17 12:24:14 +01:00
|
|
|
#include <Library/DebugLib.h>
|
2009-02-06 09:30:34 +01:00
|
|
|
#include <Library/PcdLib.h>
|
2008-11-17 12:24:14 +01:00
|
|
|
|
|
|
|
#include <IndustryStandard/Usb.h>
|
|
|
|
|
2007-07-13 05:22:35 +02:00
|
|
|
|
|
|
|
#endif
|