diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:58:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:58:33 -0800 |
| commit | b54cee93b40ef775f12206d68f04fb8bb5edbfe9 (patch) | |
| tree | c26071662a3e081b94c92dedfcab05c7a826ef79 /include/linux/blk.h | |
| parent | ef40d49b1f2892a4cbacd534403e45bcc5cb2694 (diff) | |
v2.5.0.6 -> v2.5.0.7
- Jens Axboe: more bio fixes/cleanups/breakage ;)
- Al Viro: superblock cleanups, boot/root mounting.
Diffstat (limited to 'include/linux/blk.h')
| -rw-r--r-- | include/linux/blk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/blk.h b/include/linux/blk.h index 29db6a337ef5..e54f03ebbf02 100644 --- a/include/linux/blk.h +++ b/include/linux/blk.h @@ -22,6 +22,9 @@ extern void add_blkdev_randomness(int major); extern unsigned long initrd_start,initrd_end; extern int mount_initrd; /* zero if initrd should not be mounted */ extern int initrd_below_start_ok; /* 1 if it is not an error if initrd_start < memory_start */ +extern int rd_doload; /* 1 = load ramdisk, 0 = don't load */ +extern int rd_prompt; /* 1 = prompt for ramdisk, 0 = don't prompt */ +extern int rd_image_start; /* starting block # of image */ void initrd_init(void); #endif |
