4 FILE_LICENCE ( GPL2_OR_LATER
);
6 typedef __SIZE_TYPE__
size_t;
7 typedef signed long ssize_t
;
8 typedef signed long off_t
;
10 typedef unsigned char uint8_t;
11 typedef unsigned short uint16_t;
12 typedef unsigned int uint32_t;
13 typedef unsigned long long uint64_t;
15 typedef signed char int8_t;
16 typedef signed short int16_t;
17 typedef signed int int32_t;
18 typedef signed long long int64_t;
20 typedef unsigned long physaddr_t
;
21 typedef unsigned long intptr_t;
23 #endif /* _BITS_STDINT_H */