summaryrefslogtreecommitdiff
path: root/compr.h
diff options
context:
space:
mode:
Diffstat (limited to 'compr.h')
-rw-r--r--compr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/compr.h b/compr.h
index 3a0d3a1..597e3c8 100644
--- a/compr.h
+++ b/compr.h
@@ -21,11 +21,13 @@
#define CONFIG_JFFS2_ZLIB
#define CONFIG_JFFS2_RTIME
+#define CONFIG_JFFS2_LZO
#define JFFS2_RUBINMIPS_PRIORITY 10
#define JFFS2_DYNRUBIN_PRIORITY 20
#define JFFS2_RTIME_PRIORITY 50
#define JFFS2_ZLIB_PRIORITY 60
+#define JFFS2_LZO_PRIORITY 80
#define JFFS2_COMPR_MODE_NONE 0
#define JFFS2_COMPR_MODE_PRIORITY 1
@@ -111,5 +113,9 @@ void jffs2_zlib_exit(void);
int jffs2_rtime_init(void);
void jffs2_rtime_exit(void);
#endif
+#ifdef CONFIG_JFFS2_LZO
+int jffs2_lzo_init(void);
+void jffs2_lzo_exit(void);
+#endif
#endif /* __JFFS2_COMPR_H__ */