Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/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/hardware.h>
#include "common.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x1000 | |
map_io = h720x_map_io | |
init_irq = h720x_init_irq | |
timer = &h7201_timer | |
dma_zone_size = SZ_256M | |
restart = h720x_restart | |
atag_offset = 0x1000 |
Definition at line 32 of file h7201-eval.c.
dma_zone_size = SZ_256M |
Definition at line 36 of file h7201-eval.c.
init_irq = h720x_init_irq |
Definition at line 34 of file h7201-eval.c.
map_io = h720x_map_io |
Definition at line 33 of file h7201-eval.c.
restart = h720x_restart |
Definition at line 37 of file h7201-eval.c.
timer = &h7201_timer |
Definition at line 35 of file h7201-eval.c.