aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_elf.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-27 17:16:12 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-27 17:16:12 +0100
commit9485da60b740e61f97167db212bf4344cc61a45d (patch)
treeca2e03b078892884e5c635238602deeb76c6f3eb /tools/libxc/xc_elf.h
parent650fa32a005d49cdec715a3cdd4d1955d57036a8 (diff)
downloadxen-9485da60b740e61f97167db212bf4344cc61a45d.tar.gz
xen-9485da60b740e61f97167db212bf4344cc61a45d.tar.bz2
xen-9485da60b740e61f97167db212bf4344cc61a45d.zip
Use standard int typedefs.
Signed-off-by: John Levon <levon@movementarian.org>
Diffstat (limited to 'tools/libxc/xc_elf.h')
-rw-r--r--tools/libxc/xc_elf.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/libxc/xc_elf.h b/tools/libxc/xc_elf.h
index e0d0c26131..da5e7b3bc8 100644
--- a/tools/libxc/xc_elf.h
+++ b/tools/libxc/xc_elf.h
@@ -24,26 +24,26 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-typedef u_int8_t Elf_Byte;
+typedef uint8_t Elf_Byte;
-typedef u_int32_t Elf32_Addr; /* Unsigned program address */
-typedef u_int32_t Elf32_Off; /* Unsigned file offset */
+typedef uint32_t Elf32_Addr; /* Unsigned program address */
+typedef uint32_t Elf32_Off; /* Unsigned file offset */
typedef int32_t Elf32_Sword; /* Signed large integer */
-typedef u_int32_t Elf32_Word; /* Unsigned large integer */
-typedef u_int16_t Elf32_Half; /* Unsigned medium integer */
+typedef uint32_t Elf32_Word; /* Unsigned large integer */
+typedef uint16_t Elf32_Half; /* Unsigned medium integer */
-typedef u_int64_t Elf64_Addr;
-typedef u_int64_t Elf64_Off;
+typedef uint64_t Elf64_Addr;
+typedef uint64_t Elf64_Off;
typedef int32_t Elf64_Shalf;
typedef int32_t Elf64_Sword;
-typedef u_int32_t Elf64_Word;
+typedef uint32_t Elf64_Word;
typedef int64_t Elf64_Sxword;
-typedef u_int64_t Elf64_Xword;
+typedef uint64_t Elf64_Xword;
-typedef u_int32_t Elf64_Half;
-typedef u_int16_t Elf64_Quarter;
+typedef uint32_t Elf64_Half;
+typedef uint16_t Elf64_Quarter;
/*
* e_ident[] identification indexes