Subversion Repositories HelenOS-historic

Rev

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

Rev 173 Rev 354
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;
-
 
67
typedef struct frame frame_t;
-
 
68
 
66
typedef enum vm_type vm_type_t;
69
typedef enum vm_type vm_type_t;
67
typedef struct vm_area vm_area_t;
70
typedef struct vm_area vm_area_t;
68
typedef struct vm vm_t;
71
typedef struct vm vm_t;
69
 
72
 
70
typedef struct link link_t;
73
typedef struct link link_t;