* 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)
diff --git a/common/cmd_jffs2.c b/common/cmd_jffs2.c
index a581e6f..6ebd46f 100644
--- a/common/cmd_jffs2.c
+++ b/common/cmd_jffs2.c
@@ -38,6 +38,11 @@
#include <cramfs/cramfs_fs.h>
+extern int cramfs_check (struct part_info *info);
+extern int cramfs_load (char *loadoffset, struct part_info *info, char *filename);
+extern int cramfs_ls (struct part_info *info, char *filename);
+extern int cramfs_info (struct part_info *info);
+
static int part_num=0;
#ifndef CFG_JFFS_CUSTOM_PART