Linux Kernel
3.7.1
|
#include <linux/i2c.h>
#include <linux/i2c/pcf857x.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/mtd/physmap.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/iomux-mx1.h>
#include "devices-imx1.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
map_io = mx1_map_io | |
init_early = imx1_init_early | |
init_irq = mx1_init_irq | |
handle_irq = imx1_handle_irq | |
timer = &mx1ads_timer | |
init_machine = mx1ads_init | |
restart = mxc_restart | |
MACHINE_END atag_offset = 0x100 |
Definition at line 142 of file mach-mx1ads.c.
MACHINE_END handle_irq = imx1_handle_irq |
Definition at line 146 of file mach-mx1ads.c.
MACHINE_END init_early = imx1_init_early |
Definition at line 144 of file mach-mx1ads.c.
MACHINE_END init_irq = mx1_init_irq |
Definition at line 145 of file mach-mx1ads.c.
MACHINE_END init_machine = mx1ads_init |
Definition at line 148 of file mach-mx1ads.c.
MACHINE_END map_io = mx1_map_io |
Definition at line 143 of file mach-mx1ads.c.
MACHINE_END restart = mxc_restart |
Definition at line 149 of file mach-mx1ads.c.
MACHINE_END timer = &mx1ads_timer |
Definition at line 147 of file mach-mx1ads.c.