]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/RecoveryOemHookLib/CommonHeader.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Library / RecoveryOemHookLib / CommonHeader.h
1 /** @file
2 Common header file shared by all source files.
3
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.
5
6 Copyright (c) 2013-2015 Intel Corporation.
7
8 This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 **/
16
17 #ifndef __COMMON_HEADER_H_
18 #define __COMMON_HEADER_H_
19
20
21
22 #include <PiPei.h>
23
24 #include <Ppi/DeviceRecoveryModule.h>
25
26 #include <Library/RecoveryOemHookLib.h>
27 #include <Library/QNCAccessLib.h>
28 #include <Library/ResetSystemLib.h>
29
30 #endif