Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/minix_fs.h>
#include <linux/ext2_fs.h>
#include <linux/romfs_fs.h>
#include <linux/cramfs_fs.h>
#include <linux/initrd.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "do_mounts.h"
#include "../fs/squashfs/squashfs_fs.h"
#include <linux/decompress/generic.h>
Go to the source code of this file.
Functions | |
__setup ("prompt_ramdisk=", prompt_ramdisk) | |
int __init | rd_load_image (char *from) |
int __init | rd_load_disk (int n) |
Variables | |
int __initdata | rd_prompt = 1 |
int __initdata | rd_image_start |
__setup | ( | ) |
Definition at line 296 of file do_mounts_rd.c.
Definition at line 180 of file do_mounts_rd.c.
int __initdata rd_image_start |
Definition at line 36 of file do_mounts_rd.c.
int __initdata rd_prompt = 1 |
Definition at line 27 of file do_mounts_rd.c.