Subversion Repositories HelenOS

Rev

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

Rev 1819 Rev 1820
Line 43... Line 43...
43
typedef unsigned long size_t;
43
typedef unsigned long size_t;
44
typedef unsigned long count_t;
44
typedef unsigned long count_t;
45
typedef unsigned long index_t;
45
typedef unsigned long index_t;
46
 
46
 
47
typedef unsigned long long task_id_t;
47
typedef unsigned long long task_id_t;
-
 
48
typedef unsigned long context_id_t;
48
 
49
 
49
typedef struct cpu_info cpu_info_t;
50
typedef struct cpu_info cpu_info_t;
50
 
51
 
51
typedef struct cpu cpu_t;
52
typedef struct cpu cpu_t;
52
typedef struct cpu_arch cpu_arch_t;
53
typedef struct cpu_arch cpu_arch_t;