Subversion Repositories HelenOS-historic

Rev

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

Rev 430 Rev 483
Line 37... Line 37...
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
typedef unsigned int index_t;
40
 
40
 
41
typedef struct config config_t;
41
typedef struct config config_t;
42
typedef struct cpu_private_data cpu_private_data_t;
-
 
43
typedef struct cpu_info cpu_info_t;
42
typedef struct cpu_info cpu_info_t;
44
 
43
 
45
typedef struct cpu cpu_t;
44
typedef struct cpu cpu_t;
46
typedef struct cpu_arch cpu_arch_t;
45
typedef struct cpu_arch cpu_arch_t;
47
typedef struct task task_t;
46
typedef struct task task_t;