]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Pci/Dxe/PciPlatform/CommonHeader.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Pci / Dxe / PciPlatform / CommonHeader.h
CommitLineData
b303605e
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
0eb3de2e 8SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
9**/\r
10\r
11#ifndef __COMMON_HEADER_H_\r
12#define __COMMON_HEADER_H_\r
13\r
14\r
15\r
16#include <PiDxe.h>\r
17#include <IntelQNCDxe.h>\r
18\r
19#include <Protocol/PciPlatform.h>\r
20#include <Protocol/PciIo.h>\r
21\r
22#include <Library/DxeServicesLib.h>\r
23#include <Library/UefiDriverEntryPoint.h>\r
24#include <Library/UefiBootServicesTableLib.h>\r
25#include <Library/UefiRuntimeServicesTableLib.h>\r
26#include <Library/DebugLib.h>\r
27#include <Library/IoLib.h>\r
28#include <Library/PciLib.h>\r
29#include <Library/IohLib.h>\r
30\r
31#endif\r