]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h
Rename Frame*Lib to *LibFramework to improve the speed that a module could be found...
[mirror_edk2.git] / IntelFrameworkPkg / Include / Common / FrameworkDxeCis.h
index 197fa7c5d2aef8cac20b3065079dfcf2eeaec8c8..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
@@ -66,6 +77,20 @@ typedef struct {
 #define EFI_EVENT_SIGNAL_READY_TO_BOOT  0x00000203\r
 #define EFI_EVENT_SIGNAL_LEGACY_BOOT    0x00000204\r
 \r
+\r
+typedef struct {\r
+  EFI_DEVICE_PATH_PROTOCOL  Header;\r
+  EFI_GUID                  TianoSpecificDevicePath;\r
+  UINT32                    Type;\r
+} TIANO_DEVICE_PATH;\r
+\r
+#define TIANO_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH_TYPE         0x01\r
+typedef struct {\r
+  TIANO_DEVICE_PATH     Tiano;\r
+  EFI_GUID              NameGuid;\r
+} FRAMEWORK_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH;\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