]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformCpuInfoDxe / PlatformCpuInfoDxe.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15 Module Name:
16 PlatformCpuInfoDxe.h
17
18 Abstract:
19 Platform Cpu Info Driver.
20
21 --*/
22
23 #ifndef _PLATFORM_CPU_INFO_DRIVER_H_
24 #define _PLATFORM_CPU_INFO_DRIVER_H_
25
26 #include "PiDxe.h"
27 #include "Library/HobLib.h"
28 #include "Guid/GlobalVariable.h"
29 #include "Guid/AcpiVariableCompatibility.h"
30 #include "Guid/PlatformCpuInfo.h"
31 #include "Library/UefiRuntimeServicesTableLib.h"
32 #include <Guid/Vlv2Variable.h>
33
34 #endif