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

Diff of /lwip/src/arch/c16x/include/arch/cc.h

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

revision 1.1 by likewise, Fri Nov 29 11:03:34 2002 UTC revision 1.2 by likewise, Mon Jan 13 13:14:45 2003 UTC
# Line 1  Line 1 
1  #ifndef __CC_H__  #ifndef __CC_H__
2  #define __CC_H__  #define __CC_H__
3    
4    /* memset(), memcpy() */
5    #include <string.h>
6    
7  typedef unsigned   char    u8_t;  typedef unsigned   char    u8_t;
8  typedef signed     char    s8_t;  typedef signed     char    s8_t;
9  typedef unsigned   short   u16_t;  typedef unsigned   short   u16_t;
# Line 16  typedef u32_t mem_ptr_t; Line 19  typedef u32_t mem_ptr_t;
19  #define PACK_STRUCT_END  #define PACK_STRUCT_END
20  #define PACK_STRUCT_FIELD(x) x  #define PACK_STRUCT_FIELD(x) x
21    
   
22  #endif /* __CC_H__ */  #endif /* __CC_H__ */

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