summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/include/linux/types.h
blob: 56665b774eedc12bd22137204befba748f4539f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __LINUX_TYPES_H__
#define __LINUX_TYPES_H__

#include "cyg/infra/cyg_type.h"

#define uint8_t cyg_uint8
#define uint16_t cyg_uint16
#define uint32_t cyg_uint32

#define int8_t cyg_int8
#define int16_t cyg_int16
#define int32_t cyg_int32

#define loff_t off_t


#define kvec iovec
#endif /* __LINUX_TYPES_H__ */