]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Dxe/DxeCis.h
automagically convert ELF to PE/COFF (i386 only)
[mirror_edk2.git] / MdePkg / Include / Dxe / DxeCis.h
index 9b1d5ce966ed7e18ac67808f6353c56739b06401..e1d794fffd86cb9e2b49d14684d0478770803458 100644 (file)
@@ -484,6 +484,16 @@ typedef struct {
 } EFI_DXE_SERVICES;\r
 \r
 \r
+//\r
+// Function prototype for invoking a function on an Application Processor\r
+// Used by both the SMM infrastructure and the MP Services Protocol\r
+//\r
+typedef\r
+VOID\r
+(EFIAPI *EFI_AP_PROCEDURE) (\r
+  IN  VOID                              *Buffer\r
+  );\r
+\r
 #include <Common/BootMode.h>\r
 #include <Common/BootScript.h>\r
 #include <Common/Capsule.h>\r