]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/CpuRuntimeDxe/CpuDriver.h
EmulatorPkg/Win: ReadKeyStrokeEx() always returns correct KeyState
[mirror_edk2.git] / EmulatorPkg / CpuRuntimeDxe / CpuDriver.h
index 3ede8473d3743ff07759239ba4d74682456f8703..9442786713a5728be7d459f96e2c7c09f4737aab 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
@@ -240,7 +236,7 @@ CpuMpServicesWhoAmI (
   OUT UINTN                    *ProcessorNumber\r
   );\r
 \r
-extern EFI_MP_SERVICES_PROTOCOL  mMpSercicesTemplate;\r
+extern EFI_MP_SERVICES_PROTOCOL  mMpServicesTemplate;\r
 \r
 \r
 #endif\r