2008-07-09 09:52:13 +08:00
|
|
|
/** @file
|
2018-06-27 21:11:33 +08:00
|
|
|
|
2007-07-13 11:22:35 +08: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 21:11:33 +08:00
|
|
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2024-12-10 04:57:25 +08:00
|
|
|
Copyright (c) 2024, American Megatrends International LLC. All rights reserved.<BR>
|
2019-04-04 07:06:00 +08:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-07-13 11:22:35 +08:00
|
|
|
**/
|
|
|
|
|
2008-11-17 19:24:14 +08:00
|
|
|
#ifndef _UEFI_USB_LIB_INTERNAL_H_
|
|
|
|
#define _UEFI_USB_LIB_INTERNAL_H_
|
2007-07-13 11:22:35 +08:00
|
|
|
|
2008-08-30 22:09:38 +08:00
|
|
|
#include <Uefi.h>
|
2008-11-17 19:24:14 +08:00
|
|
|
|
2008-11-13 17:05:12 +08:00
|
|
|
#include <Library/UefiUsbLib.h>
|
2007-07-13 11:22:35 +08:00
|
|
|
#include <Library/BaseMemoryLib.h>
|
2008-11-17 19:24:14 +08:00
|
|
|
#include <Library/DebugLib.h>
|
2009-02-06 16:30:34 +08:00
|
|
|
#include <Library/PcdLib.h>
|
2024-12-10 04:57:25 +08:00
|
|
|
#include <Library/UefiBootServicesTableLib.h>
|
2008-11-17 19:24:14 +08:00
|
|
|
|
|
|
|
#include <IndustryStandard/Usb.h>
|
|
|
|
|
2007-07-13 11:22:35 +08:00
|
|
|
#endif
|