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 fdc9641917..87cd469148 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -38,6 +38,7 @@ struct entry {
38#define TREE_ATTR_ROCK 0x0900 /* binary rockbox plugin */ 38#define TREE_ATTR_ROCK 0x0900 /* binary rockbox plugin */
39#define TREE_ATTR_UCL 0x0A00 /* rockbox flash image */ 39#define TREE_ATTR_UCL 0x0A00 /* rockbox flash image */
40#define TREE_ATTR_CH8 0x0B00 /* chip-8 game */ 40#define TREE_ATTR_CH8 0x0B00 /* chip-8 game */
41#define TREE_ATTR_RVF 0x0C00 /* rockbox video file */
41#define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */ 42#define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */
42 43
43void tree_init(void); 44void tree_init(void);