2015-01-12 10:37:20 +01:00
|
|
|
/*++
|
|
|
|
|
|
|
|
Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
|
|
|
2019-04-04 01:07:37 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
2015-01-12 10:37:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Name:
|
|
|
|
PlatformCpuInfoDxe.h
|
|
|
|
|
|
|
|
Abstract:
|
|
|
|
Platform Cpu Info Driver.
|
|
|
|
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#ifndef _PLATFORM_CPU_INFO_DRIVER_H_
|
|
|
|
#define _PLATFORM_CPU_INFO_DRIVER_H_
|
|
|
|
|
|
|
|
#include "PiDxe.h"
|
|
|
|
#include "Library/HobLib.h"
|
|
|
|
#include "Guid/GlobalVariable.h"
|
|
|
|
#include "Guid/AcpiVariableCompatibility.h"
|
|
|
|
#include "Guid/PlatformCpuInfo.h"
|
|
|
|
#include "Library/UefiRuntimeServicesTableLib.h"
|
|
|
|
#include <Guid/Vlv2Variable.h>
|
|
|
|
|
|
|
|
#endif
|