1 2 3 4 5 6 7 8
#ifndef FB_H #define FB_H void fb_init(void); void fb_blank(void); void fb_loadimage(const char *path); #endif