PlatformCpuInfoDxe.h 479 B

123456789101112131415161718192021222324
  1. /*++
  2. Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. PlatformCpuInfoDxe.h
  6. Abstract:
  7. Platform Cpu Info Driver.
  8. --*/
  9. #ifndef _PLATFORM_CPU_INFO_DRIVER_H_
  10. #define _PLATFORM_CPU_INFO_DRIVER_H_
  11. #include <PiDxe.h>
  12. #include <Library/HobLib.h>
  13. #include <Library/UefiRuntimeServicesTableLib.h>
  14. #include <Guid/PlatformCpuInfo.h>
  15. #include <Guid/Vlv2Variable.h>
  16. #endif