]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h
Modified header files to make them compile
[mirror_edk2.git] / IntelFrameworkPkg / Include / Common / FrameworkDxeCis.h
index 08af44fe9f0a22898ccded1528c79c1c58b79fb7..0b7ffdf0a8331112b1a1b3bd1991ab4d09b0ec93 100644 (file)
 #define _FRAMEWORK_DXE_CIS_H_\r
 \r
 #include <PiDxe.h>\r
+#include <Common/FrameworkStatusCode.h>\r
 #include <Protocol/StatusCode.h>\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
 typedef struct {\r
   EFI_TABLE_HEADER              Hdr;\r
 \r