]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbBotPei/UsbPeim.h
MdeModulePkg: Apply uncrustify changes
[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 #include <PiPei.h>
14
15 #include <Ppi/UsbIo.h>
16 #include <Ppi/BlockIo.h>
17 #include <Ppi/BlockIo2.h>
18
19 #include <Library/DebugLib.h>
20 #include <Library/BaseMemoryLib.h>
21 #include <Library/PcdLib.h>
22
23 #include <IndustryStandard/Usb.h>
24
25 #endif