]> Pileus Git - ~andy/linux/blobdiff - drivers/mtd/mtdcore.h
ARM: move vector stubs
[~andy/linux] / drivers / mtd / mtdcore.h
index 9b10fed1ae2c5504bf85b2a58e9b7fe9d97b0404..7b0353399a10642f44ca4d15994942066693e9b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * These are exported solely for the purpose of mtd_blkdevs.c. You
- * should not use them for _anything_ else.
+ * These are exported solely for the purpose of mtd_blkdevs.c and mtdchar.c.
+ * You should not use them for _anything_ else.
  */
 
 extern struct mutex mtd_table_mutex;
@@ -14,6 +14,9 @@ int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
                         struct mtd_partition **pparts,
                         struct mtd_part_parser_data *data);
 
+int __init init_mtdchar(void);
+void __exit cleanup_mtdchar(void);
+
 #define mtd_for_each_device(mtd)                       \
        for ((mtd) = __mtd_next_device(0);              \
             (mtd) != NULL;                             \