Rev 814 | Rev 1005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 814 | Rev 820 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | #define false 0 |
32 | #define false 0 |
33 | #define true 1 |
33 | #define true 1 |
34 | 34 | ||
35 | typedef short bool; |
35 | typedef short bool; |
36 | 36 | ||
37 | typedef unsigned int size_t; |
37 | typedef unsigned long size_t; |
38 | typedef unsigned int count_t; |
38 | typedef unsigned long count_t; |
39 | typedef unsigned int index_t; |
39 | typedef unsigned long index_t; |
40 | 40 | ||
41 | typedef struct config config_t; |
41 | typedef struct config config_t; |
42 | typedef struct cpu_info cpu_info_t; |
42 | typedef struct cpu_info cpu_info_t; |
43 | 43 | ||
44 | typedef struct cpu cpu_t; |
44 | typedef struct cpu cpu_t; |