Rev 1896 | Rev 1899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1896 | Rev 1897 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | } cpu_t; |
51 | } cpu_t; |
52 | 52 | ||
53 | typedef struct { |
53 | typedef struct { |
54 | taskmap_t taskmap; |
54 | taskmap_t taskmap; |
55 | memmap_t memmap; |
55 | memmap_t memmap; |
56 | screen_t screen; |
- | |
57 | cpu_t cpu; |
56 | cpu_t cpu; |
58 | ballocs_t ballocs; |
57 | ballocs_t ballocs; |
59 | ofw_tree_node_t *ofw_root; |
58 | ofw_tree_node_t *ofw_root; |
60 | } bootinfo_t; |
59 | } bootinfo_t; |
61 | 60 |