]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmm.h
QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Smm / DxeSmm / QncSmmDispatcher / QNCSmm.h
index 892294fa71f5d062e8f01a7b4c2654cfa2eb7a15..797be16f79cd35bbad6ca269a82ceca795bacbc6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Prototypes and defines for the QNC SMM Dispatcher.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2016 Intel Corporation.\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -396,8 +396,9 @@ struct _DATABASE_RECORD {
   // Callback function\r
   //\r
   EFI_SMM_HANDLER_ENTRY_POINT2      Callback;\r
-  QNC_SMM_CONTEXT       ChildContext;\r
-  QNC_SMM_BUFFER                     CommBuffer;\r
+  QNC_SMM_CONTEXT                   ChildContext;\r
+  VOID                              *CallbackContext;\r
+  QNC_SMM_BUFFER                    CommBuffer;\r
   UINTN                             BufferSize;\r
 \r
   //\r