Subversion Repositories HelenOS-historic

Rev

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

Rev 68 Rev 102
Line 33... Line 33...
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 int size_t;
-
 
38
typedef unsigned int count_t;
38
 
39
 
39
typedef struct config config_t;
40
typedef struct config config_t;
40
typedef struct cpu_private_data cpu_private_data_t;
41
typedef struct cpu_private_data cpu_private_data_t;
41
typedef struct cpu_info cpu_info_t;
42
typedef struct cpu_info cpu_info_t;
42
 
43