2008-07-09 03:52:13 +02:00
|
|
|
/** @file
|
2018-06-27 15:11:33 +02:00
|
|
|
|
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.
|
|
|
|
|
2018-06-27 15:11:33 +02:00
|
|
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:00 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-07-13 05:22:35 +02:00
|
|
|
**/
|
|
|
|
|
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
|