Rev 1132 | Rev 1370 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1132 | Rev 1145 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | __u32 count; |
50 | __u32 count; |
51 | memzone_t zones[MEMMAP_MAX_RECORDS]; |
51 | memzone_t zones[MEMMAP_MAX_RECORDS]; |
52 | } memmap_t; |
52 | } memmap_t; |
53 | 53 | ||
54 | typedef struct { |
54 | typedef struct { |
55 | unsigned int addr; |
55 | __address addr; |
56 | unsigned int width; |
56 | unsigned int width; |
57 | unsigned int height; |
57 | unsigned int height; |
58 | unsigned int bpp; |
58 | unsigned int bpp; |
59 | unsigned int scanline; |
59 | unsigned int scanline; |
60 | } screen_t; |
60 | } screen_t; |