Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/bootmem.h>
#include <asm/addrspace.h>
#include <asm/bootinfo.h>
#include <linux/string.h>
#include <linux/kernel.h>
Go to the source code of this file.
Functions | |
void __init | prom_init_cmdline (void) |
char * | prom_getenv (char *envname) |
const char * | get_system_type (void) |
void __init | prom_init (void) |
Variables | |
int | prom_argc |
char ** | prom_argv |
char ** | prom_envp |