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