|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/i2c.h>#include <linux/i2c-gpio.h>#include <mach/hardware.h>#include <linux/platform_data/video-ep93xx.h>#include <mach/gpio-ep93xx.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 = simone_init_machine | |
| init_late = ep93xx_init_late | |
| restart = ep93xx_restart | |
| handle_irq = vic_handle_irq |
| init_irq = ep93xx_init_irq |
| init_late = ep93xx_init_late |
| map_io = ep93xx_map_io |
| restart = ep93xx_restart |
1.8.2