summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-12-15 07:44:43 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-12-15 07:44:43 +0000
commitbd8f448fd0cb10336c7dbc9a01e0ada0380c1c61 (patch)
tree92f28d3f57ec946cea2e72b1a62108ccc69dad2c /apps/tree.h
parent50f63e334aa549f868b4b28c389b7ea34ffa9b4f (diff)
downloadrockbox-bd8f448fd0cb10336c7dbc9a01e0ada0380c1c61.tar.gz
rockbox-bd8f448fd0cb10336c7dbc9a01e0ada0380c1c61.zip
the video player plugin and file the type / plugin API for it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4145 a1c6a512-1295-4272-9138-f99709370657
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);