Rev 1005 | Rev 1101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1005 | Rev 1037 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | typedef unsigned long count_t; |
38 | typedef unsigned long count_t; |
| 39 | typedef unsigned long index_t; |
39 | typedef unsigned long index_t; |
| 40 | 40 | ||
| 41 | typedef unsigned long long task_id_t; |
41 | typedef unsigned long long task_id_t; |
| 42 | 42 | ||
| 43 | typedef struct config config_t; |
- | |
| 44 | typedef struct cpu_info cpu_info_t; |
43 | typedef struct cpu_info cpu_info_t; |
| 45 | 44 | ||
| 46 | typedef struct cpu cpu_t; |
45 | typedef struct cpu cpu_t; |
| 47 | typedef struct cpu_arch cpu_arch_t; |
46 | typedef struct cpu_arch cpu_arch_t; |
| 48 | typedef struct task task_t; |
47 | typedef struct task task_t; |