Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/init.h>
#include <linux/initrd.h>
#include <mach/hardware.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/memory.h>
#include "common.h"
Go to the source code of this file.
Data Structures | |
struct | tag_IMAGE_PARAMS |
Macros | |
#define | IMAGE_PARAMS_PHYS 0xC01F0000 |
Typedefs | |
typedef struct tag_IMAGE_PARAMS | IMAGE_PARAMS |
Variables | |
struct meminfo | memmap |
fixup = fortunet_fixup | |
map_io = clps711x_map_io | |
init_irq = clps711x_init_irq | |
timer = &clps711x_timer | |
restart = clps711x_restart | |
#define IMAGE_PARAMS_PHYS 0xC01F0000 |
Definition at line 57 of file fortunet.c.
typedef struct tag_IMAGE_PARAMS IMAGE_PARAMS |
fixup = fortunet_fixup |
Definition at line 77 of file fortunet.c.
init_irq = clps711x_init_irq |
Definition at line 79 of file fortunet.c.
map_io = clps711x_map_io |
Definition at line 78 of file fortunet.c.
Definition at line 36 of file fortunet.c.
restart = clps711x_restart |
Definition at line 81 of file fortunet.c.
Definition at line 80 of file fortunet.c.