Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
prom.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <asm/bootinfo.h>

Go to the source code of this file.

Functions

void __init prom_init_cmdline (void)
 
charprom_getenv (char *envname)
 
int __init prom_get_ethernet_addr (char *ethernet_addr)
 
void __init prom_free_prom_memory (void)
 

Variables

int prom_argc
 
char ** prom_argv
 
char ** prom_envp
 

Function Documentation

void __init prom_free_prom_memory ( void  )

Definition at line 127 of file prom.c.

int __init prom_get_ethernet_addr ( char ethernet_addr)

Definition at line 107 of file prom.c.

char* prom_getenv ( char envname)

Definition at line 57 of file prom.c.

void __init prom_init_cmdline ( void  )

Definition at line 46 of file prom.c.

Variable Documentation

int prom_argc

Definition at line 42 of file prom.c.

char** prom_argv

Definition at line 43 of file prom.c.

char** prom_envp

Definition at line 44 of file prom.c.