]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/include/ti/ipc/Std.h
Std.h: Remove unused types in Std.h files
[ipc/ipcdev.git] / qnx / include / ti / ipc / Std.h
index c848d2ada02925e66a02cffa28f427c08d997954..499284a68787b90c3b331a3705a94025d86cc30d 100644 (file)
@@ -50,15 +50,11 @@ extern "C" {
 
 typedef char              Char;
 typedef unsigned char     UChar;
 
 typedef char              Char;
 typedef unsigned char     UChar;
-typedef short             Short;
 typedef unsigned short    UShort;
 typedef int               Int;
 typedef unsigned int      UInt;
 typedef long              Long;
 typedef unsigned long     ULong;
 typedef unsigned short    UShort;
 typedef int               Int;
 typedef unsigned int      UInt;
 typedef long              Long;
 typedef unsigned long     ULong;
-typedef float             Float;
-typedef double            Double;
-typedef long double       LDouble;
 typedef void              Void;
 
 
 typedef void              Void;
 
 
@@ -70,7 +66,6 @@ typedef char            * String;    /* null terminated string */
 
 typedef int            *  IArg;
 typedef unsigned int   *  UArg;
 
 typedef int            *  IArg;
 typedef unsigned int   *  UArg;
-typedef char              Int8;
 typedef short             Int16;
 typedef int               Int32;
 
 typedef short             Int16;
 typedef int               Int32;
 
@@ -78,14 +73,9 @@ typedef unsigned char     UInt8;
 typedef unsigned short    UInt16;
 typedef unsigned int      UInt32;
 typedef unsigned int      SizeT;
 typedef unsigned short    UInt16;
 typedef unsigned int      UInt32;
 typedef unsigned int      SizeT;
-typedef unsigned char     Bits8;
 typedef unsigned short    Bits16;
 typedef UInt32            Bits32;
 
 typedef unsigned short    Bits16;
 typedef UInt32            Bits32;
 
-/* taken from bridge */
-typedef void           *PVOID;          /* p    */
-typedef PVOID           HANDLE;         /* h    */
-
 #define TRUE              1
 #define FALSE             0
 #define FAIL   -1
 #define TRUE              1
 #define FALSE             0
 #define FAIL   -1