X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FHexEdit%2FDiskImage.h;fp=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FHexEdit%2FDiskImage.h;h=69d822e7e4916c48c445319d5754dc3a690b1134;hb=47d20b54f9a65b08aa602a1866c1b59a69088dfc;hp=d0a78e0a120a692914e045d30410855fd94e1c26;hpb=c411b485b63a671a1e276700cff025c73997233c;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h index d0a78e0a12..69d822e7e4 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h @@ -60,10 +60,10 @@ HDiskImageBackup ( **/ EFI_STATUS HDiskImageRead ( - IN CONST CHAR16 *DeviceName, - IN UINTN Offset, - IN UINTN Size, - IN BOOLEAN Recover + IN CONST CHAR16 *DeviceName, + IN UINTN Offset, + IN UINTN Size, + IN BOOLEAN Recover ); /** @@ -81,9 +81,9 @@ HDiskImageRead ( **/ EFI_STATUS HDiskImageSave ( - IN CHAR16 *DeviceName, - IN UINTN Offset, - IN UINTN Size + IN CHAR16 *DeviceName, + IN UINTN Offset, + IN UINTN Size ); #endif