mtd/include/linux/mtd partitions.h,1.8,1.9
gthomas at infradead.org
gthomas at infradead.org
Mon Feb 17 16:49:13 EST 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv1136/include/linux/mtd
Modified Files:
partitions.h
Log Message:
Add 'origin' argument to partition scanning functions
Index: partitions.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/partitions.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- partitions.h 8 Mar 2002 16:34:36 -0000 1.8
+++ partitions.h 17 Feb 2003 21:49:11 -0000 1.9
@@ -52,5 +52,20 @@
int add_mtd_partitions(struct mtd_info *, struct mtd_partition *, int);
int del_mtd_partitions(struct mtd_info *);
+/*
+ * Functions dealing with the various ways of partitioning the space
+ */
+extern int parse_redboot_partitions(struct mtd_info *master,
+ struct mtd_partition **pparts,
+ void *fis_origin);
+
+extern int parse_afs_partitions(struct mtd_info *,
+ struct mtd_partition **,
+ void *origin);
+
+extern int parse_cmdline_partitions(struct mtd_info *master,
+ struct mtd_partition **pparts,
+ const char *mtd_id);
+
#endif
More information about the linux-mtd-cvs
mailing list