#ifndef __DRIVERS__GOP_H__ #define __DRIVERS__GOP_H__ #if uefi == 1 #include #include #include #include bool init_gop(struct fb_info *ret, uint16_t target_width, uint16_t target_height, uint16_t target_bpp); #endif #endif