#pragma once #include struct vbe_interface { uint32_t *buff; uint16_t height; uint16_t width; uint32_t pitch; uint8_t bpp; }; extern struct vbe_interface display;