1 /* 2 * add_partition adds a partitions details to the devices partition 3 * description. 4 */ 5 void add_gd_partition(struct gendisk *hd, int minor, int start, int size); 6 7 /* 8 * Get the default block size for this device 9 */ 10 unsigned int get_ptable_blocksize(kdev_t dev); 11 12 extern int warn_no_part; 13