diff options
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r-- | include/linux/mtd/mtd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 06b489a7605b..f4b0b27a7bbe 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -325,6 +325,12 @@ static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) | |||
325 | extern int add_mtd_device(struct mtd_info *mtd); | 325 | extern int add_mtd_device(struct mtd_info *mtd); |
326 | extern int del_mtd_device (struct mtd_info *mtd); | 326 | extern int del_mtd_device (struct mtd_info *mtd); |
327 | 327 | ||
328 | struct mtd_partition; | ||
329 | |||
330 | extern int mtd_device_register(struct mtd_info *master, | ||
331 | const struct mtd_partition *parts, | ||
332 | int nr_parts); | ||
333 | extern int mtd_device_unregister(struct mtd_info *master); | ||
328 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); | 334 | extern struct mtd_info *get_mtd_device(struct mtd_info *mtd, int num); |
329 | extern int __get_mtd_device(struct mtd_info *mtd); | 335 | extern int __get_mtd_device(struct mtd_info *mtd); |
330 | extern void __put_mtd_device(struct mtd_info *mtd); | 336 | extern void __put_mtd_device(struct mtd_info *mtd); |