Subversion Repositories HelenOS

Rev

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

Rev 40 Rev 45
Line 36... Line 36...
36
typedef struct cpu cpu_t;
36
typedef struct cpu cpu_t;
37
typedef struct cpu_arch cpu_arch_t;
37
typedef struct cpu_arch cpu_arch_t;
38
typedef struct task task_t;
38
typedef struct task task_t;
39
typedef struct thread thread_t;
39
typedef struct thread thread_t;
40
typedef struct context context_t;
40
typedef struct context context_t;
-
 
41
typedef struct fpu_context fpu_context_t;
41
 
42
 
42
typedef struct timeout timeout_t;
43
typedef struct timeout timeout_t;
43
 
44
 
44
typedef struct runq runq_t;
45
typedef struct runq runq_t;
45
 
46