patch-2.3.40 linux/include/linux/blkdev.h
Next file: linux/include/linux/byteorder/generic.h
Previous file: linux/include/linux/acpi.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Jan 20 16:05:41 2000
- Orig file:
v2.3.39/linux/include/linux/blkdev.h
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.39/linux/include/linux/blkdev.h linux/include/linux/blkdev.h
@@ -104,7 +104,8 @@
extern struct sec_size * blk_sec[MAX_BLKDEV];
extern struct blk_dev_struct blk_dev[MAX_BLKDEV];
extern wait_queue_head_t wait_for_request;
-extern void resetup_one_dev(struct gendisk *dev, int drive);
+extern void grok_partitions(struct gendisk *dev, int drive, unsigned minors, long size);
+extern void register_disk(struct gendisk *dev, kdev_t first, unsigned minors, struct block_device_operations *ops, long size);
extern void unplug_device(void * data);
extern void make_request(int major,int rw, struct buffer_head * bh);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)