Subversion Repositories HelenOS-historic

Rev

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

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