1
0
Fork 0
forked from len0rd/rockbox

preparation for the JPEG viewer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-05-12 13:41:12 +00:00
parent 9b50389083
commit 2a3aab675a
4 changed files with 9 additions and 1 deletions

View file

@ -40,6 +40,7 @@ struct entry {
#define TREE_ATTR_CH8 0x0B00 /* chip-8 game */
#define TREE_ATTR_RVF 0x0C00 /* rockbox video file */
#define TREE_ATTR_BMARK 0x0D00 /* book mark file */
#define TREE_ATTR_JPEG 0x0E00 /* JPEG image */
#define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */
void tree_init(void);