Subversion Repositories HelenOS

Rev

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

Rev 377 Rev 381
Line 62... Line 62...
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;
66
typedef struct buddy_system buddy_system_t;
67
typedef struct buddy_operations buddy_operations_t;
67
typedef struct buddy_system_operations buddy_system_operations_t;
68
 
68
 
69
typedef struct zone zone_t;
69
typedef struct zone zone_t;
70
typedef struct frame frame_t;
70
typedef struct frame frame_t;
71
 
71
 
72
typedef enum vm_type vm_type_t;
72
typedef enum vm_type vm_type_t;