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 46... Line 46...
46
typedef unsigned char uint8_t;
46
typedef unsigned char uint8_t;
47
typedef unsigned short int uint16_t;
47
typedef unsigned short int uint16_t;
48
typedef unsigned long int uint32_t;
48
typedef unsigned long int uint32_t;
49
typedef unsigned long long int uint64_t;
49
typedef unsigned long long int uint64_t;
50
 
50
 
-
 
51
typedef int32_t ssize_t;
-
 
52
typedef uint32_t size_t;
-
 
53
typedef uint32_t count_t;
-
 
54
typedef uint32_t index_t;
-
 
55
 
51
typedef uint32_t uintptr_t;
56
typedef uint32_t uintptr_t;
52
 
57
 
53
#endif
58
#endif
54
 
59
 
55
/** @}
60
/** @}