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 c7b678eb82..2bd133d3e9 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -40,6 +40,7 @@ struct entry {
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_RVF 0x0C00 /* rockbox video file */
42#define TREE_ATTR_BMARK 0x0D00 /* book mark file */ 42#define TREE_ATTR_BMARK 0x0D00 /* book mark file */
43#define TREE_ATTR_JPEG 0x0E00 /* JPEG image */
43#define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */ 44#define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */
44 45
45void tree_init(void); 46void tree_init(void);