summaryrefslogtreecommitdiffstats
path: root/fs/partitions/check.h
blob: c2dde3a97edfefb432cd44a00b59a2393df11a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * add_partition adds a partitions details to the devices partition
 * description.
 */
void add_gd_partition(struct gendisk *hd, int minor, int start, int size);

/*
 * Get the default block size for this device
 */
unsigned int get_ptable_blocksize(kdev_t dev);

extern int warn_no_part;