summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-08-05 18:13:22 -0400
committerSam Nelson <sam.nelson@ti.com>2018-08-09 16:01:32 -0400
commit8ae104880d5584a6f290ee5d0c44d6642a849076 (patch)
treeea456088d743e5f78621d2b426080c897554942b
parentceeaed1bc98d9a89fc1b4c58677ec3457f709447 (diff)
downloadipc-8ae104880d5584a6f290ee5d0c44d6642a849076.tar.gz
qnx: Add 64 bit defines
This is needed for MessageQ API updates to handle processors with 64 bit support Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--qnx/include/ti/ipc/Std.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qnx/include/ti/ipc/Std.h b/qnx/include/ti/ipc/Std.h
index 499284a..39fde93 100644
--- a/qnx/include/ti/ipc/Std.h
+++ b/qnx/include/ti/ipc/Std.h
@@ -72,9 +72,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