Subversion Repositories HelenOS-historic

Rev

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

Rev 102 Rev 120
Line 34... Line 34...
34
 
34
 
35
typedef short bool;
35
typedef short bool;
36
 
36
 
37
typedef unsigned int size_t;
37
typedef unsigned int size_t;
38
typedef unsigned int count_t;
38
typedef unsigned int count_t;
-
 
39
typedef unsigned int index_t;
39
 
40
 
40
typedef struct config config_t;
41
typedef struct config config_t;
41
typedef struct cpu_private_data cpu_private_data_t;
42
typedef struct cpu_private_data cpu_private_data_t;
42
typedef struct cpu_info cpu_info_t;
43
typedef struct cpu_info cpu_info_t;
43
 
44