|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/mtd/physmap.h>#include <linux/dm9000.h>#include <linux/gpio.h>#include <linux/i2c.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 | |
| map_io = mx1_map_io | |
| init_early = imx1_init_early | |
| init_irq = mx1_init_irq | |
| handle_irq = imx1_handle_irq | |
| timer = &apf9328_timer | |
| init_machine = apf9328_init | |
| restart = mxc_restart | |
| handle_irq = imx1_handle_irq |
Definition at line 150 of file mach-apf9328.c.
| init_early = imx1_init_early |
Definition at line 148 of file mach-apf9328.c.
| init_irq = mx1_init_irq |
Definition at line 149 of file mach-apf9328.c.
| init_machine = apf9328_init |
Definition at line 152 of file mach-apf9328.c.
| map_io = mx1_map_io |
Definition at line 147 of file mach-apf9328.c.
| restart = mxc_restart |
Definition at line 153 of file mach-apf9328.c.
| timer = &apf9328_timer |
Definition at line 151 of file mach-apf9328.c.
1.8.2