]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Std.h: Add definition of 64 bit types
authorSam Nelson <sam.nelson@ti.com>
Wed, 4 Apr 2018 19:24:14 +0000 (15:24 -0400)
committerSam Nelson <sam.nelson@ti.com>
Thu, 9 Aug 2018 20:01:32 +0000 (16:01 -0400)
This is needed for supporting new devices with 64 bit pointers

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
linux/include/ti/ipc/Std.h

index cdc8cb19367c6d81758e334020ba5bf919d44542..31d3502414536755db0f885bd45212cf2c26e209 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2008-2013, Texas Instruments Incorporated
+ *  Copyright (c) 2008-2018, Texas Instruments Incorporated
  *  All rights reserved.
  *
  *  Redistribution and use in source and binary forms, with or without
@@ -75,9 +75,11 @@ typedef int               Int32;
 typedef unsigned char     UInt8;
 typedef unsigned short    UInt16;
 typedef unsigned int      UInt32;
+typedef unsigned long long UInt64;
 typedef unsigned int      SizeT;
 typedef unsigned short    Bits16;
 typedef UInt32            Bits32;
+typedef UInt64            Bits64;
 
 #define TRUE              1
 #define FALSE             0