]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[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 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10
11 **/
12
13 #ifndef __COMMON_HEADER_H_
14 #define __COMMON_HEADER_H_
15
16
17 #include <Base.h>
18
19 #include <Library/TimerLib.h>
20 #include <Library/BaseLib.h>
21 #include <Library/IoLib.h>
22 #include <Library/PcdLib.h>
23 #include <Library/DebugLib.h>
24
25 #define R_PCH_ACPI_SMI_EN 0x30
26 #define B_PCH_ACPI_APMC_EN 0x00000020
27 #define B_PCH_ACPI_EOS 0x00000002
28 #define B_PCH_ACPI_GBL_SMI_EN 0x00000001
29 #define R_PCH_ACPI_SMI_STS 0x34
30 #define B_PCH_ACPI_APM_STS 0x00000020
31
32 #endif