Subversion Repositories HelenOS-historic

Rev

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

Rev 1656 Rev 1781
Line 48... Line 48...
48
typedef unsigned char uint8_t;
48
typedef unsigned char uint8_t;
49
typedef unsigned short int uint16_t;
49
typedef unsigned short int uint16_t;
50
typedef unsigned int uint32_t;
50
typedef unsigned int uint32_t;
51
typedef unsigned long long int uint64_t;
51
typedef unsigned long long int uint64_t;
52
 
52
 
53
#endif
53
typedef uint32_t uintptr_t;
54
 
54
 
-
 
55
#endif
55
 
56
 
56
 /** @}
57
/** @}
57
 */
58
 */
58
 
-
 
59
 
-