#pragma once #include struct Framebuffer { uint64_t addr; uint32_t pitch; uint32_t width; uint32_t height; uint8_t depth; uint8_t type; uint8_t reserved; // struct FramebufferPallete palettes[]; } __attribute__ ((packed));