Subversion Repositories HelenOS

Rev

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

Rev 354 Rev 366
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 frame_zone frame_zone_t;
66
typedef struct zone zone_t;
67
typedef struct frame frame_t;
67
typedef struct frame frame_t;
68
 
68
 
69
typedef enum vm_type vm_type_t;
69
typedef enum vm_type vm_type_t;
70
typedef struct vm_area vm_area_t;
70
typedef struct vm_area vm_area_t;
71
typedef struct vm vm_t;
71
typedef struct vm vm_t;