/[lwip]/contrib/ports/ti_c6711/include/arch/cc.h
ViewVC logotype

Diff of /contrib/ports/ti_c6711/include/arch/cc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ming, Sat Jan 29 15:19:21 2005 UTC revision 1.2 by christiaans, Thu Dec 8 08:20:07 2005 UTC
# Line 44  typedef                signed int              s32_t; Line 44  typedef                signed int              s32_t;
44    
45  typedef         u32_t           mem_ptr_t;  typedef         u32_t           mem_ptr_t;
46    
47    #define U16_F "hu"
48    #define S16_F "hd"
49    #define X16_F "hx"
50    #define U32_F "u"
51    #define S32_F "d"
52    #define X32_F "x"
53    
54  #define BYTE_ORDER   LITTLE_ENDIAN    #define BYTE_ORDER   LITTLE_ENDIAN  
55    
56  #define PACK_STRUCT_FIELD(x) x//; #pragma STRUCT_ALIGN(x,1)  #define PACK_STRUCT_FIELD(x) x//; #pragma STRUCT_ALIGN(x,1)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26