]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Common/BaseTypes.h
Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91...
[mirror_edk2.git] / MdePkg / Include / Common / BaseTypes.h
index 92e9c141f725800f2061420e98e68f4dcfc18cc5..3af38facbea3dc2610f3757063e0979da416134b 100644 (file)
@@ -203,4 +203,14 @@ typedef INTN RETURN_STATUS;
 \r
 typedef UINT64 PHYSICAL_ADDRESS;\r
 \r
+//\r
+// LIST_ENTRY definition\r
+//\r
+typedef struct _LIST_ENTRY LIST_ENTRY;\r
+\r
+struct _LIST_ENTRY {\r
+  LIST_ENTRY  *ForwardLink;\r
+  LIST_ENTRY  *BackLink;\r
+};\r
+\r
 #endif\r