]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h
1. Add PeiDxeDebugLibReportStatusCode.inf and UefiLibFramework/UefiLib.inf
[mirror_edk2.git] / IntelFrameworkPkg / Include / Common / FrameworkDxeCis.h
index 197fa7c5d2aef8cac20b3065079dfcf2eeaec8c8..08af44fe9f0a22898ccded1528c79c1c58b79fb7 100644 (file)
@@ -66,6 +66,20 @@ typedef struct {
 #define EFI_EVENT_SIGNAL_READY_TO_BOOT  0x00000203\r
 #define EFI_EVENT_SIGNAL_LEGACY_BOOT    0x00000204\r
 \r
 #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
 //\r
 // Function prototype for invoking a function on an Application Processor\r
 // Used by both the SMM infrastructure and the MP Services Protocol\r