Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 4348
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 long int uint64_t;
48
typedef unsigned long long int uint64_t;
49
 
49
 
-
 
50
typedef int32_t ssize_t;
-
 
51
typedef uint32_t size_t;
-
 
52
typedef uint32_t count_t;
-
 
53
typedef uint32_t index_t;
-
 
54
 
50
typedef uint32_t uintptr_t;
55
typedef uint32_t uintptr_t;
51
 
56
 
52
#endif
57
#endif
53
 
58
 
54
/** @}
59
/** @}