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 8c9e9a5d93..23f259b3ca 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -47,6 +47,7 @@
47#define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */ 47#define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */
48#define FILE_ATTR_FMS 0x1200 /* FM screen skin file */ 48#define FILE_ATTR_FMS 0x1200 /* FM screen skin file */
49#define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */ 49#define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */
50#define FILE_ATTR_OPX 0x1400 /* open plugins shortcut */
50#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 51#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
51 52
52struct filetype { 53struct filetype {