]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
aefb5c2b6d7563ebe7056478d27c5a65b4db1607
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PchSmmLib / 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 #ifndef __COMMON_HEADER_H_
19 #define __COMMON_HEADER_H_
20
21
22 #include <Base.h>
23
24 #include <Library/TimerLib.h>
25 #include <Library/BaseLib.h>
26 #include <Library/IoLib.h>
27 #include <Library/PcdLib.h>
28 #include <Library/DebugLib.h>
29
30 #define R_PCH_ACPI_SMI_EN 0x30
31 #define B_PCH_ACPI_APMC_EN 0x00000020
32 #define B_PCH_ACPI_EOS 0x00000002
33 #define B_PCH_ACPI_GBL_SMI_EN 0x00000001
34 #define R_PCH_ACPI_SMI_STS 0x34
35 #define B_PCH_ACPI_APM_STS 0x00000020
36
37 #endif