summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index d3846b03bf..068ec3b259 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -43,6 +43,7 @@
43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */ 43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
44#define FILE_ATTR_SBS 0x0F00 /* statusbar file */ 44#define FILE_ATTR_SBS 0x0F00 /* statusbar file */
45#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */ 45#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */
46#define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */
46#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 47#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
47 48
48struct filetype { 49struct filetype {