Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
initrd.h File Reference

Go to the source code of this file.

Macros

#define INITRD_MINOR   250 /* shouldn't collide with /dev/ram* too soon ... */
 

Functions

void free_initrd_mem (unsigned long, unsigned long)
 

Variables

int rd_doload
 
int rd_prompt
 
int rd_image_start
 
int initrd_below_start_ok
 
unsigned long initrd_start
 
unsigned long initrd_end
 
unsigned int real_root_dev
 

Macro Definition Documentation

#define INITRD_MINOR   250 /* shouldn't collide with /dev/ram* too soon ... */

Definition at line 2 of file initrd.h.

Function Documentation

void free_initrd_mem ( unsigned  long,
unsigned  long 
)

Definition at line 111 of file init.c.

Variable Documentation

int initrd_below_start_ok

Definition at line 24 of file do_mounts_initrd.c.

unsigned long initrd_end

Definition at line 23 of file do_mounts_initrd.c.

unsigned long initrd_start

Definition at line 23 of file do_mounts_initrd.c.

int rd_doload

Definition at line 36 of file do_mounts.c.

int rd_image_start

Definition at line 36 of file do_mounts_rd.c.

int rd_prompt

Definition at line 27 of file do_mounts_rd.c.

unsigned int real_root_dev

Definition at line 25 of file do_mounts_initrd.c.