Browse Source

Removed some type define.

master
Hanhui 7 years ago
parent
commit
a20700b64d
  1. 7
      target/h/types/vxTypes.h

7
target/h/types/vxTypes.h

@ -51,13 +51,6 @@ _TYPE_quad_t;
#undef _TYPE_quad_t #undef _TYPE_quad_t
#endif #endif
/* old Berkeley definitions */
typedef unsigned char uchar_t;
typedef unsigned short ushort_t;
typedef unsigned int uint_t;
typedef unsigned long ulong_t;
/* Type for arbitrary user-supplied argument to a user-supplied routine. */ /* Type for arbitrary user-supplied argument to a user-supplied routine. */
#ifdef _WRS_CONFIG_LP64 #ifdef _WRS_CONFIG_LP64
typedef long _Vx_usr_arg_t; typedef long _Vx_usr_arg_t;

Loading…
Cancel
Save