summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-07-27 22:08:42 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-07-27 22:08:42 +0000
commit8d2a4084e1ab35185a599a32464af9b94f306a4f (patch)
tree72a3f3c7e3e836b2bc4f4940ca5fcc3c6e096c34 /apps/tree.h
parent9d3e5c6d1d44d7ec8a8594ff4f937e6f7170e13a (diff)
downloadrockbox-8d2a4084e1ab35185a599a32464af9b94f306a4f.tar.gz
rockbox-8d2a4084e1ab35185a599a32464af9b94f306a4f.zip
Lee Marlow's patch: UCL files can be "played" to call the flash plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3896 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 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);