Subversion Repositories HelenOS

Rev

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

Rev 366 Rev 377
Line 61... Line 61...
61
typedef struct condvar condvar_t;
61
typedef struct condvar condvar_t;
62
typedef struct waitq waitq_t;
62
typedef struct waitq waitq_t;
63
 
63
 
64
typedef struct chunk chunk_t;
64
typedef struct chunk chunk_t;
65
 
65
 
-
 
66
typedef struct buddy_system buddy_system_t;
-
 
67
typedef struct buddy_operations buddy_operations_t;
-
 
68
 
66
typedef struct zone zone_t;
69
typedef struct zone zone_t;
67
typedef struct frame frame_t;
70
typedef struct frame frame_t;
68
 
71
 
69
typedef enum vm_type vm_type_t;
72
typedef enum vm_type vm_type_t;
70
typedef struct vm_area vm_area_t;
73
typedef struct vm_area vm_area_t;