Rev 958 | Rev 1037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 958 | Rev 1005 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | typedef unsigned long size_t; |
37 | typedef unsigned long size_t; |
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; |
|
- | 42 | ||
41 | typedef struct config config_t; |
43 | typedef struct config config_t; |
42 | typedef struct cpu_info cpu_info_t; |
44 | typedef struct cpu_info cpu_info_t; |
43 | 45 | ||
44 | typedef struct cpu cpu_t; |
46 | typedef struct cpu cpu_t; |
45 | typedef struct cpu_arch cpu_arch_t; |
47 | typedef struct cpu_arch cpu_arch_t; |