Subversion Repositories HelenOS-historic

Rev

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

Rev 1160 Rev 1163
Line 36... Line 36...
36
typedef signed long __s32;
36
typedef signed long __s32;
37
typedef signed long long __s64;
37
typedef signed long long __s64;
38
 
38
 
39
typedef unsigned char __u8;
39
typedef unsigned char __u8;
40
typedef unsigned short __u16;
40
typedef unsigned short __u16;
41
typedef unsigned long __u32;
41
typedef unsigned int __u32;
42
typedef unsigned long long __u64;
42
typedef unsigned long __u64;
43
 
43
 
44
typedef __u64 __address;
44
typedef __u64 __address;
45
typedef __u32 pfn_t;
45
typedef __u32 pfn_t;
46
 
46
 
47
typedef __u64 ipl_t;
47
typedef __u64 ipl_t;