// MIT License, Copyright (c) 2021 Marvin Borner #ifndef FB_H #define FB_H #include void fb_install(struct vid_info *boot); #endif