]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/compat/linux/v2_0/include/linux/types.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / compat / linux / v2_0 / include / linux / types.h
1 #ifndef __LINUX_TYPES_H__
2 #define __LINUX_TYPES_H__
3
4 #include "cyg/infra/cyg_type.h"
5
6 #define uint8_t cyg_uint8
7 #define uint16_t cyg_uint16
8 #define uint32_t cyg_uint32
9
10 #define int8_t cyg_int8
11 #define int16_t cyg_int16
12 #define int32_t cyg_int32
13
14 #define loff_t off_t
15
16
17 #define kvec iovec
18 #endif /* __LINUX_TYPES_H__ */
19