|
|
struct multiboot_tag_framebuffer_common | common |
| |
|
union { |
|
struct { |
|
multiboot_uint16_t framebuffer_palette_num_colors |
| |
|
struct multiboot_color framebuffer_palette [0] |
| |
| } | |
| |
|
struct { |
|
multiboot_uint8_t framebuffer_red_field_position |
| |
|
multiboot_uint8_t framebuffer_red_mask_size |
| |
|
multiboot_uint8_t framebuffer_green_field_position |
| |
|
multiboot_uint8_t framebuffer_green_mask_size |
| |
|
multiboot_uint8_t framebuffer_blue_field_position |
| |
|
multiboot_uint8_t framebuffer_blue_mask_size |
| |
| } | |
| |
| }; | |
| |
The documentation for this struct was generated from the following file: