Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/mtd/physmap.h>
#include <linux/interrupt.h>
#include <linux/dm9000.h>
#include <linux/gpio.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 = 100 | |
map_io = mx1_map_io | |
init_early = imx1_init_early | |
init_irq = mx1_init_irq | |
handle_irq = imx1_handle_irq | |
timer = &scb9328_timer | |
init_machine = scb9328_init | |
restart = mxc_restart | |
atag_offset = 100 |
Definition at line 141 of file mach-scb9328.c.
handle_irq = imx1_handle_irq |
Definition at line 145 of file mach-scb9328.c.
init_early = imx1_init_early |
Definition at line 143 of file mach-scb9328.c.
init_irq = mx1_init_irq |
Definition at line 144 of file mach-scb9328.c.
init_machine = scb9328_init |
Definition at line 147 of file mach-scb9328.c.
map_io = mx1_map_io |
Definition at line 142 of file mach-scb9328.c.
restart = mxc_restart |
Definition at line 148 of file mach-scb9328.c.
timer = &scb9328_timer |
Definition at line 146 of file mach-scb9328.c.