Subversion Repositories Kolibri OS

Rev

Rev 3391 | Rev 4292 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3391 Rev 4103
Line 114... Line 114...
114
 
114
 
115
typedef		__u8		uint8_t;
115
typedef		__u8		uint8_t;
116
typedef		__u16		uint16_t;
116
typedef		__u16		uint16_t;
Line 117... Line -...
117
typedef		__u32		uint32_t;
-
 
118
 
117
typedef		__u32		uint32_t;
119
#if defined(__GNUC__)
118
 
-
 
119
typedef		__u64		uint64_t;
120
typedef		__u64		uint64_t;
120
typedef		__u64		u_int64_t;
121
typedef		__u64		u_int64_t;
-
 
Line 122... Line 121...
122
typedef		__s64		int64_t;
121
 
123
#endif
122
typedef __signed__ long long int64_t;
124
 
123
 
125
/* this is a special 64bit data type that is 8-byte aligned */
124
/* this is a special 64bit data type that is 8-byte aligned */