]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.h
MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SET
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / CpuIo2OnCpuIoThunk / CpuIo2OnCpuIoThunk.h
index 5c8760e9fa795b9926d1ea1a7dd02c4e530a7539..1fcdc390b3b97e184f3d73ee0075e7781f80c03a 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Internal include file for the CPU I/O 2 Protocol thunk driver.\r
 \r
-Copyright (c) 2009, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2009 - 2010, 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
@@ -29,7 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param[in]       Address      The base address of the memory operation.\r
   @param[in]       Count        The number of memory operations to perform. The number of bytes moved\r
                                 is Width size * Count, starting at Address.\r
-  @param[out]      Buffer       The destination buffer to store the results.\r
+  @param[in, out]      Buffer       The destination buffer to store the results.\r
 \r
   @retval EFI_SUCCESS           The data was read from or written to the EFI system.\r
   @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system. Or Buffer is NULL.\r
@@ -55,7 +55,7 @@ CpuMemoryServiceRead (
   @param[in]       Address      The base address of the memory operation.\r
   @param[in]       Count        The number of memory operations to perform. The number of bytes moved\r
                                 is Width size * Count, starting at Address.\r
-  @param[in]       Buffer       The source buffer from which to write data.\r
+  @param[in, out]       Buffer       The source buffer from which to write data.\r
 \r
   @retval EFI_SUCCESS           The data was read from or written to the EFI system.\r
   @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system. Or Buffer is NULL.\r
@@ -82,7 +82,7 @@ CpuMemoryServiceWrite (
                                 for aligning the Address if required. \r
   @param[in]       Count        The number of I/O operations to perform. The number of bytes moved\r
                                 is Width size * Count, starting at Address.\r
-  @param[out]      Buffer       The destination buffer to store the results.\r
+  @param[in, out]      Buffer       The destination buffer to store the results.\r
 \r
   @retval EFI_SUCCESS           The data was read from or written to the EFI system.\r
   @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system. Or Buffer is NULL.\r
@@ -109,7 +109,7 @@ CpuIoServiceRead (
                                 for aligning the Address if required. \r
   @param[in]       Count        The number of I/O operations to perform. The number of bytes moved\r
                                 is Width size * Count, starting at Address.\r
-  @param[in]       Buffer       The source buffer from which to write data.\r
+  @param[in, out]       Buffer       The source buffer from which to write data.\r
 \r
   @retval EFI_SUCCESS           The data was read from or written to the EFI system.\r
   @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system. Or Buffer is NULL.\r