patch-1.3.73 linux/include/linux/blk.h
Next file: linux/include/linux/cd1400.h
Previous file: linux/include/linux/ax25.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Mar 12 16:10:39 1996
- Orig file:
v1.3.72/linux/include/linux/blk.h
- Orig date:
Wed Feb 28 11:50:11 1996
diff -u --recursive --new-file v1.3.72/linux/include/linux/blk.h linux/include/linux/blk.h
@@ -96,6 +96,16 @@
extern int rd_prompt; /* 1 = prompt for ramdisk, 0 = don't prompt */
extern int rd_image_start; /* starting block # of image */
+#ifdef CONFIG_BLK_DEV_INITRD
+
+#define INITRD_MINOR 250 /* shouldn't collide with /dev/ram* too soon ... */
+
+extern unsigned long initrd_start,initrd_end;
+extern int mount_initrd; /* zero if initrd should not be mounted */
+void initrd_init(void);
+
+#endif
+
#define RO_IOCTLS(dev,where) \
case BLKROSET: if (!suser()) return -EACCES; \
set_device_ro((dev),get_fs_long((long *) (where))); return 0; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this