]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / MemImage.c
index fce9bbe0e66c4a2c4568a3c1468dd9fdef4e10b3..4fdd9ab95c544fd8601125bd9347c1a694076b3e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions to deal with Mem buffer\r
-  \r
-  Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved. <BR>\r
+\r
+  Copyright (c) 2005 - 2018, 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
@@ -67,7 +67,7 @@ HMemImageInit (
 }\r
 \r
 /**\r
-  Backup function for HDiskImage. Only a few fields need to be backup. \r
+  Backup function for HDiskImage. Only a few fields need to be backup.\r
   This is for making the Disk buffer refresh as few as possible.\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
@@ -139,7 +139,7 @@ HMemImageRead (
 \r
   Status = HMemImage.IoFncs->Mem.Read (\r
                                   HMemImage.IoFncs,\r
-                                  EfiPciWidthUint8,\r
+                                  EfiCpuIoWidthUint8,\r
                                   Offset,\r
                                   Size,\r
                                   Buffer\r
@@ -262,7 +262,7 @@ HMemImageSave (
   //\r
   Status = HMemImage.IoFncs->Mem.Write (\r
                                   HMemImage.IoFncs,\r
-                                  EfiPciWidthUint8,\r
+                                  EfiCpuIoWidthUint8,\r
                                   Offset,\r
                                   Size,\r
                                   Buffer\r