]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/CpuRuntimeDxe/CpuDriver.h
Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER to follow ACPI5.0...
[mirror_edk2.git] / EmulatorPkg / CpuRuntimeDxe / CpuDriver.h
index 3ede8473d3743ff07759239ba4d74682456f8703..5ec515dcbec0d55a9fb13f3c1be156f3367c9f58 100644 (file)
@@ -17,22 +17,19 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_\r
 \r
 \r
-#include <FrameworkDxe.h>\r
+#include <PiDxe.h>\r
 #include <IndustryStandard/SmBios.h>\r
 \r
 #include <Protocol/Cpu.h>\r
 #include <Protocol/Smbios.h>\r
-#include <Protocol/FrameworkHii.h>\r
 #include <Protocol/MpService.h>\r
 #include <Protocol/EmuThread.h>\r
 #include <Protocol/CpuIo2.h>\r
 \r
-#include <Guid/DataHubRecords.h>\r
 #include <Guid/IdleLoopEvent.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/HiiLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
@@ -42,7 +39,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/PcdLib.h>\r
 \r
 \r
-extern UINT8  CpuStrings[];\r
 \r
 //\r
 // Internal Data Structures\r
@@ -230,7 +226,7 @@ EmuSetMemoryAttributes (
 \r
 EFI_STATUS\r
 CpuMpServicesInit (\r
-  VOID\r
+  OUT UINTN *MaxCores\r
   );\r
 \r
 EFI_STATUS\r