patch-2.3.14 linux/fs/partitions/check.h

Next file: linux/fs/partitions/mac.c
Previous file: linux/fs/partitions/check.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/fs/partitions/check.h linux/fs/partitions/check.h
@@ -0,0 +1,10 @@
+/*
+ * 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);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)