Subversion Repositories HelenOS-historic

Rev

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

Rev 197 Rev 206
Line 34... Line 34...
34
typedef signed char __s8;
34
typedef signed char __s8;
35
 
35
 
36
typedef unsigned char __u8;
36
typedef unsigned char __u8;
37
typedef unsigned short __u16;
37
typedef unsigned short __u16;
38
typedef unsigned int __u32;
38
typedef unsigned int __u32;
39
typedef long long __u64;
39
typedef unsigned long long __u64;
40
 
40
 
41
typedef __u64 __address;
41
typedef __u64 __address;
42
 
42
 
43
/* Flags of processor (return value of cpu_priority_high()) */
43
/* Flags of processor (return value of cpu_priority_high()) */
44
typedef __u64 pri_t;
44
typedef __u64 pri_t;