Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/sizes.h>
#include <mach/hardware.h>
#include <asm/hardware/vic.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include "soc.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
map_io = ep93xx_map_io | |
init_irq = ep93xx_init_irq | |
handle_irq = vic_handle_irq | |
timer = &ep93xx_timer | |
init_machine = gesbc9312_init_machine | |
init_late = ep93xx_init_late | |
restart = ep93xx_restart | |
atag_offset = 0x100 |
Definition at line 39 of file gesbc9312.c.
handle_irq = vic_handle_irq |
Definition at line 42 of file gesbc9312.c.
init_irq = ep93xx_init_irq |
Definition at line 41 of file gesbc9312.c.
init_late = ep93xx_init_late |
Definition at line 45 of file gesbc9312.c.
init_machine = gesbc9312_init_machine |
Definition at line 44 of file gesbc9312.c.
map_io = ep93xx_map_io |
Definition at line 40 of file gesbc9312.c.
restart = ep93xx_restart |
Definition at line 46 of file gesbc9312.c.
Definition at line 43 of file gesbc9312.c.