Subversion Repositories HelenOS-historic

Rev

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

Rev 792 Rev 815
Line 37... Line 37...
37
typedef unsigned short __u16;
37
typedef unsigned short __u16;
38
typedef unsigned int __u32;
38
typedef unsigned int __u32;
39
typedef unsigned long __u64;
39
typedef unsigned long __u64;
40
 
40
 
41
typedef __u64 __address;
41
typedef __u64 __address;
-
 
42
typedef __u64 pfn_t;
42
 
43
 
43
typedef __u64 ipl_t;
44
typedef __u64 ipl_t;
44
 
45
 
45
typedef __u64 __native;
46
typedef __u64 __native;
46
 
47