]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h
Fix typo in comment.
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeIoLibCpuIo / DxeCpuIoLibInternal.h
index ef3dc1041c29233d3b5d55d4f0636b5db957eaef..23ce633b1d4b744fe0cfbfe517345440a771d97f 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
   Internal include file of DXE CPU IO Library.\r
-\r
+  It includes all necessary protocol/library class's header file\r
+  for implementation of IoLib library instance. It is included \r
+  all source code of this library instance.\r
+  \r
   Copyright (c) 2006, 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
 #ifndef _DXE_CPUIO_LIB_INTERNAL_H_\r
 #define _DXE_CPUIO_LIB_INTERNAL_H_\r
 \r
+\r
 #include <FrameworkDxe.h>\r
+\r
+\r
+#include <Protocol/CpuIo.h>\r
+#include <Protocol/PciRootBridgeIo.h>\r
+\r
+\r
 #include <Library/IoLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseLib.h>\r
 \r
-#include <Protocol/PciRootBridgeIo.h>\r
-#include <Protocol/CpuIo.h>\r
 \r
 /**\r
   Reads registers in the EFI CPU I/O space.\r
@@ -101,7 +109,8 @@ MmioReadWorker (
   @param  Address       The MMIO register to read.\r
                         The caller is responsible for aligning the Address if required.\r
   @param  Width         The width of the I/O operation.\r
-\r
+  @param  Data          The value to write to the I/O port.\r
+  \r
   @return Data read from registers in the EFI system memory space.\r
 \r
 **/\r