#ifndef __DRIVERS__VBE_H__ #define __DRIVERS__VBE_H__ #include #include #include #include bool init_vbe(struct fb_info *ret, uint16_t target_width, uint16_t target_height, uint16_t target_bpp); struct fb_info *vbe_get_mode_list(size_t *count); #endif