Subversion Repositories HelenOS

Rev

Rev 3022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3022 Rev 4296
Line 45... Line 45...
45
typedef unsigned char uint8_t;
45
typedef unsigned char uint8_t;
46
typedef unsigned short int uint16_t;
46
typedef unsigned short int uint16_t;
47
typedef unsigned int uint32_t;
47
typedef unsigned int uint32_t;
48
typedef unsigned long int uint64_t;
48
typedef unsigned long int uint64_t;
49
 
49
 
-
 
50
typedef int64_t ssize_t;
-
 
51
typedef uint64_t size_t;
-
 
52
typedef uint64_t count_t;
-
 
53
typedef uint64_t index_t;
-
 
54
 
50
typedef uint64_t uintptr_t;
55
typedef uint64_t uintptr_t;
51
 
56
 
52
typedef unsigned char __r8;                     /* Reserve byte */
57
typedef unsigned char __r8;                     /* Reserve byte */
53
typedef unsigned short __r16;
58
typedef unsigned short __r16;
54
typedef unsigned int __r32;
59
typedef unsigned int __r32;