summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 66e83bc8f0..397fb3940d 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -36,6 +36,7 @@ struct entry {
36#define TREE_ATTR_FONT 0x800 /* font file */ 36#define TREE_ATTR_FONT 0x800 /* font file */
37#define TREE_ATTR_LNG 0x1000 /* binary lang file */ 37#define TREE_ATTR_LNG 0x1000 /* binary lang file */
38#define TREE_ATTR_ROCK 0x2000 /* binary rockbox plugin */ 38#define TREE_ATTR_ROCK 0x2000 /* binary rockbox plugin */
39#define TREE_ATTR_UCL 0x4000 /* rockbox flash image */
39#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */ 40#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */
40 41
41void tree_init(void); 42void tree_init(void);