X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FSemihostLib%2FSemihostPrivate.h;fp=ArmPkg%2FLibrary%2FSemihostLib%2FSemihostPrivate.h;h=c4bc4c0ec4af12af880781ca8c68201971be5e0c;hp=02836ca281aff6027c5ac90a64a8a117cfb14ed5;hb=228fdff4bece78e53f44c79f5478dde7d51a8250;hpb=b2bd493edbc9f31523210848ef39b4eb6a97f4a5 diff --git a/ArmPkg/Library/SemihostLib/SemihostPrivate.h b/ArmPkg/Library/SemihostLib/SemihostPrivate.h index 02836ca281..c4bc4c0ec4 100644 --- a/ArmPkg/Library/SemihostLib/SemihostPrivate.h +++ b/ArmPkg/Library/SemihostLib/SemihostPrivate.h @@ -1,6 +1,7 @@ /** @file Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
+ Copyright (c) 2013 - 2014, ARM Ltd. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -17,29 +18,29 @@ typedef struct { CHAR8 *FileName; - UINT32 Mode; - UINT32 NameLength; + UINTN Mode; + UINTN NameLength; } SEMIHOST_FILE_OPEN_BLOCK; typedef struct { - UINT32 Handle; + UINTN Handle; VOID *Buffer; - UINT32 Length; + UINTN Length; } SEMIHOST_FILE_READ_WRITE_BLOCK; typedef struct { - UINT32 Handle; - UINT32 Location; + UINTN Handle; + UINTN Location; } SEMIHOST_FILE_SEEK_BLOCK; typedef struct { CHAR8 *FileName; - UINT32 NameLength; + UINTN NameLength; } SEMIHOST_FILE_REMOVE_BLOCK; typedef struct { CHAR8 *CommandLine; - UINT32 CommandLength; + UINTN CommandLength; } SEMIHOST_SYSTEM_BLOCK; #if defined(__CC_ARM)