summaryrefslogtreecommitdiffstats
path: root/include/jffs2
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-04 16:28:35 +0000
committerwdenk <wdenk>2004-01-04 16:28:35 +0000
commit180d3f74e4738ee107e269cbb949481075dd789a (patch)
treece40863d3e1b3ff07a5027d788ff1fdb5416d0d7 /include/jffs2
parentdd875c767e6fb0f4fecfb799b706d84562a7acee (diff)
downloadblackbird-obmc-uboot-180d3f74e4738ee107e269cbb949481075dd789a.tar.gz
blackbird-obmc-uboot-180d3f74e4738ee107e269cbb949481075dd789a.zip
* Fix problems caused by Robert Schwebel's cramfs patch
* Patch by Scott McNutt, 02 Jan 2004: Add support for the Nios Active Serial Memory Interface (ASMI) on Cyclone devices * Patch by Andrea Marson, 16 Dec 2003: Add support for the PPChameleon ME and HI modules * Patch by Yuli Barcohen, 22 Dec 2003: Add support for Motorola DUET ADS board (MPC87x/88x)
Diffstat (limited to 'include/jffs2')
-rw-r--r--include/jffs2/jffs2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jffs2/jffs2.h b/include/jffs2/jffs2.h
index 4bdc525ce2..dee43a6d31 100644
--- a/include/jffs2/jffs2.h
+++ b/include/jffs2/jffs2.h
@@ -202,4 +202,5 @@ void dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out,
long zlib_decompress(unsigned char *data_in, unsigned char *cpage_out,
__u32 srclen, __u32 destlen);
+char *mkmodestr(unsigned long mode, char *str);
#endif /* __LINUX_JFFS2_H__ */
OpenPOWER on IntegriCloud