#ifndef FB_H #define FB_H void fb_init(void); void fb_blank(void); void fb_loadimage(const char *path); #endif