]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MpService.h
MdePkg: Move duplicate EFI_AP_PROCEDURE typedef to a common location
[mirror_edk2.git] / MdePkg / Include / Protocol / MpService.h
index c86b8b8e246be7538d326bdd042c817460eaa39b..6dd9cf659991e1953a672438d863303c2dea1393 100644 (file)
@@ -140,20 +140,6 @@ typedef struct {
   EFI_CPU_PHYSICAL_LOCATION  Location;\r
 } EFI_PROCESSOR_INFORMATION;\r
 \r
-/**\r
-  Functions of this type are passed into StartUpAllAPs() and StartThisAP() to\r
-  execute a procedure on enabled APs.  The context the AP should use durng \r
-  execution is specified by ProcedureArgument.\r
-  \r
-  @param[in]  ProcedureArgument   Pointer to the procedure's argument.\r
-\r
-**/\r
-typedef\r
-VOID\r
-(EFIAPI *EFI_AP_PROCEDURE)(\r
-  IN  VOID  *ProcedureArgument\r
-  );\r
-\r
 /**\r
   This service retrieves the number of logical processor in the platform\r
   and the number of those logical processors that are enabled on this boot.\r