Call the oddly labelled button on the gigabeat remote "Menu" in the
[kugel-rb.git] / apps / plugins / rockboy / fb.h
blob96de665d14586e638658e689dfa8757a6388aebf
3 #ifndef __FB_H__
4 #define __FB_H__
7 #include "defs.h"
11 struct fb
13 #ifdef HAVE_LCD_COLOR
14 struct
16 int l, r;
17 } cc[3];
18 #else
19 int mode;
20 #endif
21 int enabled;
25 extern struct fb fb;
28 #endif