Rev 790 | Rev 820 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 790 | Rev 814 | ||
|---|---|---|---|
| Line 64... | Line 64... | ||
| 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_system_operations buddy_system_operations_t; |
67 | typedef struct buddy_system_operations buddy_system_operations_t; |
| 68 | 68 | ||
| 69 | typedef struct zone zone_t; |
- | |
| 70 | typedef struct frame frame_t; |
- | |
| 71 | typedef struct region region_t; |
- | |
| 72 | - | ||
| 73 | typedef enum as_area_type as_area_type_t; |
69 | typedef enum as_area_type as_area_type_t; |
| 74 | typedef struct as_area as_area_t; |
70 | typedef struct as_area as_area_t; |
| 75 | typedef struct as as_t; |
71 | typedef struct as as_t; |
| 76 | 72 | ||
| 77 | typedef struct link link_t; |
73 | typedef struct link link_t; |