]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Library/IohLib/CommonHeader.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Library / IohLib / CommonHeader.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Common header file shared by all source files.\r
3\r
4This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6Copyright (c) 2013-2015 Intel Corporation.\r
7\r
c9f231d0 8SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
9**/\r
10\r
11#ifndef __COMMON_HEADER_H_\r
12#define __COMMON_HEADER_H_\r
13\r
14#include <PiPei.h>\r
15#include <Ioh.h>\r
16#include <IohCommonDefinitions.h>\r
17\r
18#include <Library/IohLib.h>\r
19#include <Library/BaseLib.h>\r
20#include <Library/BaseMemoryLib.h>\r
21#include <Library/CpuLib.h>\r
22#include <Library/PciCf8Lib.h>\r
23#include <Library/IoLib.h>\r
24#include <Library/PciLib.h>\r
25#include <Library/PcdLib.h>\r
26#include <Library/DebugLib.h>\r
27#include <IndustryStandard/Pci22.h>\r
28\r
29#endif\r