Subversion Repositories HelenOS

Rev

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

Rev 381 Rev 410
Line 43... Line 43...
43
typedef struct cpu_info cpu_info_t;
43
typedef struct cpu_info cpu_info_t;
44
 
44
 
45
typedef struct cpu cpu_t;
45
typedef struct cpu cpu_t;
46
typedef struct cpu_arch cpu_arch_t;
46
typedef struct cpu_arch cpu_arch_t;
47
typedef struct task task_t;
47
typedef struct task task_t;
-
 
48
typedef enum state state_t;
48
typedef struct thread thread_t;
49
typedef struct thread thread_t;
49
typedef struct context context_t;
50
typedef struct context context_t;
50
typedef struct fpu_context fpu_context_t;
51
typedef struct fpu_context fpu_context_t;
51
 
52
 
52
typedef struct timeout timeout_t;
53
typedef struct timeout timeout_t;