]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbBotPei/UsbPeim.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBotPei / UsbPeim.h
CommitLineData
4b1bf81c 1/** @file\r
2Usb Peim definition.\r
3\r
d1102dba
LG
4Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5\r
9d510e61 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
4b1bf81c 7\r
8**/\r
9\r
10#ifndef _PEI_USB_PEIM_H_\r
11#define _PEI_USB_PEIM_H_\r
12\r
13\r
14#include <PiPei.h>\r
15\r
16#include <Ppi/UsbIo.h>\r
4b1bf81c 17#include <Ppi/BlockIo.h>\r
3fe5862f 18#include <Ppi/BlockIo2.h>\r
4b1bf81c 19\r
20#include <Library/DebugLib.h>\r
21#include <Library/BaseMemoryLib.h>\r
22#include <Library/PcdLib.h>\r
23\r
24#include <IndustryStandard/Usb.h>\r
25\r
4b1bf81c 26#endif\r