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

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

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

revision 1.5 by likewise, Wed Jun 4 09:32:33 2003 UTC revision 1.6 by christiaans, Fri Nov 25 12:04:21 2005 UTC
# Line 20  typedef signed     long    s32_t; Line 20  typedef signed     long    s32_t;
20    
21  typedef u32_t mem_ptr_t;  typedef u32_t mem_ptr_t;
22    
23    /* Define (sn)printf formatters for these lwIP types */
24    #define U16_F "hu"
25    #define S16_F "hd"
26    #define X16_F "hx"
27    #define U32_F "lu"
28    #define S32_F "ld"
29    #define X32_F "lx"
30    
31  /* LW: Supported in at least >=v7.5 r2, but lwIP worked without the "_packed" attribute already */  /* LW: Supported in at least >=v7.5 r2, but lwIP worked without the "_packed" attribute already */
32  #define PACK_STRUCT_BEGIN _packed  #define PACK_STRUCT_BEGIN _packed
33  #define PACK_STRUCT_STRUCT  #define PACK_STRUCT_STRUCT

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

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