]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmCpuIo.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmCpuIo.h
index 158f216efb40fb1fd77b102620df493e9966c72c..f772a169076207cc08210fdd090d5f8c6fbf6288 100644 (file)
@@ -3,14 +3,14 @@
 \r
   This protocol provides CPU I/O and memory access within SMM.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation\r
-  All rights reserved. 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
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2009 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -36,7 +36,7 @@ typedef struct _EFI_SMM_CPU_IO_INTERFACE EFI_SMM_CPU_IO_INTERFACE;
   @param[in]      This     The EFI_SMM_CPU_IO_INTERFACE 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.  The caller is \r
-                           responsible for aligning the Address if required. \r
+                           responsible for aligning the Address, if required. \r
   @param[in]      Count    The number of I/O operations to perform.\r
   @param[in,out]  Buffer   For read operations, the destination buffer to store \r
                            the results.  For write operations, the source buffer \r