]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/Include/Guid/SmmBaseThunkCommunication.h
Remove the implementation limitation in the SmmBaseHelper driver that it assumes...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Guid / SmmBaseThunkCommunication.h
index ae369165c90e1682a6703271256274020ac988dd..4a2a32eb05a1dfb8d640b2b492ff0c526cfdbab2 100644 (file)
@@ -74,9 +74,10 @@ typedef enum {
 } SMMBASE_FUNCTION;\r
 \r
 typedef struct {\r
-  SMMBASE_FUNCTION               Function;\r
-  EFI_STATUS                     Status;\r
-  SMMBASE_FUNCTION_ARGS          Args;\r
+  SMMBASE_FUNCTION       Function;\r
+  EFI_STATUS             Status;\r
+  SMMBASE_FUNCTION_ARGS  Args;\r
+  EFI_HANDLE             SmmBaseImageHandle;\r
 } SMMBASE_FUNCTION_DATA;\r
 \r
 #pragma pack(1)\r