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

Go to the source code of this file.

Functions

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

Variables

int prom_argc
 
char ** prom_argv
 
char ** prom_envp
 

Function Documentation

int 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 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.