Subversion Repositories HelenOS-historic

Rev

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

Rev 532 Rev 533
Line 66... Line 66...
66
typedef struct buddy_system buddy_system_t;
66
typedef struct buddy_system buddy_system_t;
67
typedef struct buddy_system_operations buddy_system_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
typedef struct region region_t;
71
 
72
 
72
typedef enum vm_type vm_type_t;
73
typedef enum vm_type vm_type_t;
73
typedef struct vm_area vm_area_t;
74
typedef struct vm_area vm_area_t;
74
typedef struct vm vm_t;
75
typedef struct vm vm_t;
75
 
76