Rev 3149 | Rev 4343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3149 | Rev 4341 | ||
---|---|---|---|
Line 77... | Line 77... | ||
77 | } screen_t; |
77 | } screen_t; |
78 | 78 | ||
79 | typedef struct { |
79 | typedef struct { |
80 | uintptr_t addr; |
80 | uintptr_t addr; |
81 | unsigned int size; |
81 | unsigned int size; |
82 | } keyboard_t; |
82 | } macio_t; |
83 | 83 | ||
84 | typedef struct { |
84 | typedef struct { |
85 | memmap_t memmap; |
85 | memmap_t memmap; |
86 | taskmap_t taskmap; |
86 | taskmap_t taskmap; |
87 | screen_t screen; |
87 | screen_t screen; |
88 | keyboard_t keyboard; |
88 | macio_t macio; |
89 | } bootinfo_t; |
89 | } bootinfo_t; |
90 | 90 | ||
91 | extern bootinfo_t bootinfo; |
91 | extern bootinfo_t bootinfo; |
92 | 92 | ||
93 | #endif |
93 | #endif |