]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/CommonHeader.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / QNCInit / Dxe / 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 // The package level header files this module uses
22 //
23 #include <PiDxe.h>
24 #include <IntelQNCDxe.h>
25
26 //
27 // The protocols, PPI and GUID definitions for this module
28 //
29 #include <Protocol/PciHostBridgeResourceAllocation.h>
30 #include <Protocol/LegacyRegion2.h>
31 #include <Protocol/SmbusHc.h>
32 #include <Protocol/QncS3Support.h>
33
34 //
35 // The Library classes this module consumes
36 //
37 #include <Library/BaseLib.h>
38 #include <Library/DxeServicesTableLib.h>
39 #include <Library/UefiBootServicesTableLib.h>
40 #include <Library/BaseMemoryLib.h>
41 #include <Library/DebugLib.h>
42 #include <Library/PcdLib.h>
43 #include <Library/MtrrLib.h>
44 #include <Library/IoLib.h>
45 #include <Library/SmbusLib.h>
46 #include <Library/S3IoLib.h>
47 #include <Library/S3BootScriptLib.h>
48 #include <Library/IntelQNCLib.h>
49 #include <Library/QNCAccessLib.h>
50 #include <AcpiCpuData.h>
51
52 extern EFI_HANDLE gQNCInitImageHandle;
53 extern QNC_DEVICE_ENABLES mQNCDeviceEnables;
54
55 #endif