]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptL...
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 06:01:22 +0000 (06:01 +0000)
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 06:01:22 +0000 (06:01 +0000)
Signed-off-by: hhtian
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12307 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/PiSmmDefinition.h

index 36a3b5c02230e00661c4e592af3592fc315c728e..981b61bfeed3c1d1398743f029d829276b3f04e6 100644 (file)
@@ -5,7 +5,7 @@
   runtime s3 boot Script. This header file is to definied PI SMM related definition to locate \r
   SmmSaveState Protocol  \r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -21,7 +21,7 @@
 #ifndef _PI_SMM_DEFINITION_H_\r
 #define _PI_SMM_DEFINITION_H_\r
 \r
-typedef struct _EFI_SMM_CPU_IO_PROTOCOL  EFI_SMM_CPU_IO_PROTOCOL;\r
+typedef struct _EFI_SMM_CPU_IO2_PROTOCOL  EFI_SMM_CPU_IO2_PROTOCOL;\r
 \r
 ///\r
 /// Width of the SMM CPU I/O operations\r
@@ -39,7 +39,7 @@ typedef enum {
   The I/O operations are carried out exactly as requested.  The caller is responsible for any alignment \r
   and I/O width issues that the bus, device, platform, or type of I/O might require.\r
 \r
-  @param[in]      This           The EFI_SMM_CPU_IO_PROTOCOL instance.\r
+  @param[in]      This           The EFI_SMM_CPU_IO2_PROTOCOL instance.\r
   @param[in]      Width          Signifies the width of the I/O operations.\r
   @param[in]      Address        The base address of the I/O operations.\r
                                  The caller is responsible for aligning the Address if required. \r
@@ -55,7 +55,7 @@ typedef enum {
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_SMM_CPU_IO2)(\r
-  IN CONST EFI_SMM_CPU_IO_PROTOCOL  *This,\r
+  IN CONST EFI_SMM_CPU_IO2_PROTOCOL  *This,\r
   IN EFI_SMM_IO_WIDTH               Width,\r
   IN UINT64                         Address,\r
   IN UINTN                          Count,\r
@@ -74,9 +74,9 @@ typedef struct {
 } EFI_SMM_IO_ACCESS2;\r
 \r
 ///\r
-/// SMM CPU I/O Protocol provides CPU I/O and memory access within SMM.\r
+/// SMM CPU I/O Protocol provides CPU I/O and memory access within SMM.\r
 ///\r
-struct _EFI_SMM_CPU_IO_PROTOCOL {\r
+struct _EFI_SMM_CPU_IO2_PROTOCOL {\r
   EFI_SMM_IO_ACCESS2 Mem;  ///< Allows reads and writes to memory-mapped I/O space.\r
   EFI_SMM_IO_ACCESS2 Io;   ///< Allows reads and writes to I/O space.\r
 };\r
@@ -333,7 +333,7 @@ struct _EFI_SMM_SYSTEM_TABLE2 {
   ///\r
   /// I/O Service\r
   ///\r
-  EFI_SMM_CPU_IO_PROTOCOL              SmmIo;\r
+  EFI_SMM_CPU_IO2_PROTOCOL             SmmIo;\r
 \r
   ///\r
   /// Runtime memory services\r