mtd/include/linux/mtd inftl.h,1.7,1.8

David Woodhouse dwmw2 at infradead.org
Wed Mar 29 03:27:11 EST 2006


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv3791/include/linux/mtd

Modified Files:
	inftl.h 
Log Message:
From: Adrian Bunk <bunk at stusta.de>

- chips/sharp.c: make two needlessly global functions static

- move some declarations to a header file where they belong to

Signed-off-by: Adrian Bunk <bunk at stusta.de>
Signed-off-by: Andrew Morton <akpm at osdl.org>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>


Index: inftl.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/inftl.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- inftl.h	13 Jun 2005 13:08:45 -0000	1.7
+++ inftl.h	29 Mar 2006 08:27:08 -0000	1.8
@@ -52,6 +52,11 @@
 int INFTL_mount(struct INFTLrecord *s);
 int INFTL_formatblock(struct INFTLrecord *s, int block);
 
+extern char inftlmountrev[];
+
+void INFTL_dumptables(struct INFTLrecord *s);
+void INFTL_dumpVUchains(struct INFTLrecord *s);
+
 #endif /* __KERNEL__ */
 
 #endif /* __MTD_INFTL_H__ */





More information about the linux-mtd-cvs mailing list