]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmCpu.h
Correct definition to follow spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmCpu.h
index 4ca762cd6b65680859ebf8bda9392d858e260d40..673a31728832cb54bd98383488cc8aa06295515e 100644 (file)
@@ -6,8 +6,8 @@
   but not in the same format. These so-called pseudo-registers provide this information in a standard \r
   format.  \r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -20,8 +20,6 @@
 #ifndef _SMM_CPU_H_\r
 #define _SMM_CPU_H_\r
 \r
-#include <Pi/PiSmmCis.h>\r
-\r
 #define EFI_SMM_CPU_PROTOCOL_GUID \\r
   { \\r
     0xeb346b97, 0x975f, 0x4a9f, { 0x8b, 0x22, 0xf8, 0xe9, 0x2b, 0xb3, 0xd5, 0x69 } \\r
@@ -153,9 +151,7 @@ typedef struct _EFI_SMM_SAVE_STATE_IO_INFO {
   /// instructions (OUT, OUTS) this is data that was written before the SMI occurred. The \r
   /// width of the data is specified by IoWidth.\r
   ///\r
-  /// Note: inconsistency with PI 1.2 spec here. wait for spec update.\r
-  ///\r
-  UINTN                         IoData;\r
+  UINT64                        IoData;\r
   ///\r
   /// The I/O port that was being accessed when the SMI was triggered.\r
   ///\r