]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h
ShellPkg/hexeditor: Use CpuIo for memory access
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / HexEditorTypes.h
index ddd6070c94846e85a51f034310c5258ae35b1403..8f0da3b6673b007520f087e664540e816d8356d2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   data types that are used by editor\r
   \r
-  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2005 - 2017, 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
@@ -78,10 +78,9 @@ typedef struct {
 } HEFI_EDITOR_DISK_IMAGE;\r
 \r
 typedef struct {\r
-  EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *IoFncs;\r
-\r
-  UINTN                           Offset;\r
-  UINTN                           Size;\r
+  EFI_CPU_IO2_PROTOCOL *IoFncs;\r
+  UINTN                Offset;\r
+  UINTN                Size;\r
 } HEFI_EDITOR_MEM_IMAGE;\r
 \r
 typedef struct {\r