Add support for loadable vkeyboard layouts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Dischner 2006-03-29 16:21:42 +00:00
parent 0fec4711d5
commit 75c3d0b9f1
13 changed files with 644 additions and 196 deletions

View file

@ -21,4 +21,8 @@
int kbd_input(char* buffer, int buflen);
#ifdef HAVE_LCD_BITMAP
int load_kbd(unsigned char* filename);
#endif
#endif