Subversion Repositories HelenOS

Rev

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

Rev 67 Rev 68
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;
-
 
38
 
37
typedef struct config config_t;
39
typedef struct config config_t;
38
typedef struct cpu_private_data cpu_private_data_t;
40
typedef struct cpu_private_data cpu_private_data_t;
39
typedef struct cpu_info cpu_info_t;
41
typedef struct cpu_info cpu_info_t;
40
 
42
 
41
typedef struct cpu cpu_t;
43
typedef struct cpu cpu_t;