Display all possible partitions when the root filesystem failed to mount
[sfrench/cifs-2.6.git] / include / linux / genhd.h
index 2c65da7cabb2a25acc1c42c067a3770872f29141..f589559cf0709586d1f126f92ebbbbca9cefa53b 100644 (file)
@@ -413,6 +413,7 @@ char *disk_name (struct gendisk *hd, int part, char *buf);
 extern int rescan_partitions(struct gendisk *disk, struct block_device *bdev);
 extern void add_partition(struct gendisk *, int, sector_t, sector_t, int);
 extern void delete_partition(struct gendisk *, int);
+extern void printk_all_partitions(void);
 
 extern struct gendisk *alloc_disk_node(int minors, int node_id);
 extern struct gendisk *alloc_disk(int minors);