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

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

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

revision 1.2 by cborrelli, Tue Jun 10 23:33:10 2003 UTC revision 1.3 by christiaans, Thu Dec 8 08:20:07 2005 UTC
# Line 45  typedef signed     long    s32_t; Line 45  typedef signed     long    s32_t;
45    
46  typedef u32_t mem_ptr_t;  typedef u32_t mem_ptr_t;
47    
48    #define U16_F "hu"
49    #define S16_F "hd"
50    #define X16_F "hx"
51    #define U32_F "lu"
52    #define S32_F "ld"
53    #define X32_F "lx"
54    
55  #define PACK_STRUCT_FIELD(x) x __attribute__((packed))  #define PACK_STRUCT_FIELD(x) x __attribute__((packed))
56  #define PACK_STRUCT_STRUCT __attribute__((packed))  #define PACK_STRUCT_STRUCT __attribute__((packed))
57  #define PACK_STRUCT_BEGIN  #define PACK_STRUCT_BEGIN

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

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