/[lwip]/contrib/ports/ecos/ecos/net/lwip_tcpip/current/include/arch/cc.h
ViewVC logotype

Diff of /contrib/ports/ecos/ecos/net/lwip_tcpip/current/include/arch/cc.h

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

revision 1.6 by jani, Tue Jan 6 18:45:51 2004 UTC revision 1.7 by christiaans, Thu Dec 8 08:20:07 2005 UTC
# Line 92  typedef unsigned   long    u32_t; Line 92  typedef unsigned   long    u32_t;
92  typedef signed     long    s32_t;  typedef signed     long    s32_t;
93  typedef unsigned long   mem_ptr_t;  typedef unsigned long   mem_ptr_t;
94    
95    #define U16_F "hu"
96    #define S16_F "hd"
97    #define X16_F "hx"
98    #define U32_F "lu"
99    #define S32_F "ld"
100    #define X32_F "lx"
101    
102  #define PACK_STRUCT_FIELD(x) x __attribute__((packed))  #define PACK_STRUCT_FIELD(x) x __attribute__((packed))
103  #define PACK_STRUCT_STRUCT __attribute__((packed))  #define PACK_STRUCT_STRUCT __attribute__((packed))

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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