Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <asm/bootinfo.h>
#include <linux/io.h>
#include <asm/cacheflush.h>
#include <asm/traps.h>
#include <asm/mips-boards/prom.h>
#include <asm/mips-boards/generic.h>
#include <asm/mach-powertv/asic.h>
Go to the source code of this file.
Macros | |
#define | prom_envp(index) ((char *)(long)_prom_envp[(index)]) |
Functions | |
char * | prom_getenv (char *envname) |
void __init | prom_init (void) |
Variables | |
unsigned long | _prom_memsize |
#define prom_envp | ( | index | ) | ((char *)(long)_prom_envp[(index)]) |