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

Go to the source code of this file.

Macros

#define BARG_LEN   256
 

Functions

char *__init prom_getbootargs (void)
 

Variables

struct {
   int   bootstr_len
 
   int   bootstr_valid
 
   char   bootstr_buf [BARG_LEN]
 
bootstr_info
 

Macro Definition Documentation

#define BARG_LEN   256

Definition at line 17 of file bootstr_64.c.

Function Documentation

char* __init prom_getbootargs ( void  )

Definition at line 31 of file bootstr_64.c.

Variable Documentation

char bootstr_buf[BARG_LEN]

Definition at line 21 of file bootstr_64.c.

struct { ... } bootstr_info
Initial value:
= {
.bootstr_len = BARG_LEN,
}
int bootstr_len

Definition at line 19 of file bootstr_64.c.

int bootstr_valid

Definition at line 20 of file bootstr_64.c.