Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/platform_device.h>
#include <asm/setup.h>
#include <asm/types.h>
#include <asm/mach-types.h>
#include <asm/page.h>
#include <asm/mach/arch.h>
#include <mach/irqs.h>
#include <mach/hardware.h>
#include "common.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
map_io = h720x_map_io | |
init_irq = h7202_init_irq | |
timer = &h7202_timer | |
init_machine = init_eval_h7202 | |
dma_zone_size = SZ_256M | |
restart = h720x_restart | |
atag_offset = 0x100 |
Definition at line 74 of file h7202-eval.c.
dma_zone_size = SZ_256M |
Definition at line 79 of file h7202-eval.c.
init_irq = h7202_init_irq |
Definition at line 76 of file h7202-eval.c.
init_machine = init_eval_h7202 |
Definition at line 78 of file h7202-eval.c.
map_io = h720x_map_io |
Definition at line 75 of file h7202-eval.c.
restart = h720x_restart |
Definition at line 80 of file h7202-eval.c.
timer = &h7202_timer |
Definition at line 77 of file h7202-eval.c.