Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2079
Line 45... Line 45...
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
typedef unsigned long context_id_t;
49
 
49
 
50
typedef struct cpu_info cpu_info_t;
-
 
51
 
-
 
52
typedef struct cpu cpu_t;
-
 
53
typedef struct cpu_arch cpu_arch_t;
-
 
54
typedef struct task task_t;
50
typedef struct task task_t;
55
typedef enum state state_t;
51
typedef enum state state_t;
56
typedef struct thread thread_t;
52
typedef struct thread thread_t;
57
typedef struct context context_t;
53
typedef struct context context_t;
58
typedef struct fpu_context fpu_context_t;
54
typedef struct fpu_context fpu_context_t;