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