]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h
EdkShellPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / IntelPchAcpiTimerLib / 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) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
7
8 This program and the accompanying materials are licensed and made available under
9 the terms and conditions of the BSD License that accompanies this distribution.
10 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 **/
18
19 #ifndef __COMMON_HEADER_H_
20 #define __COMMON_HEADER_H_
21
22
23 #include <Base.h>
24 #include <PchAccess.h>
25
26 #include <Library/TimerLib.h>
27 #include <Library/BaseLib.h>
28 #include <Library/IoLib.h>
29 #include <Library/PciLib.h>
30 #include <Library/PcdLib.h>
31
32 #endif