Rev 664 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 664 | Rev 703 | ||
---|---|---|---|
Line 68... | Line 68... | ||
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 | typedef struct region region_t; |
72 | 72 | ||
73 | typedef enum vm_type vm_type_t; |
73 | typedef enum as_area_type as_area_type_t; |
74 | typedef struct vm_area vm_area_t; |
74 | typedef struct as_area as_area_t; |
75 | typedef struct vm vm_t; |
75 | typedef struct as as_t; |
76 | 76 | ||
77 | typedef struct link link_t; |
77 | typedef struct link link_t; |
78 | 78 | ||
79 | typedef char *char_ptr; |
79 | typedef char *char_ptr; |
80 | 80 |