|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/root_dev.h>#include <asm/mach-types.h>#include <asm/setup.h>#include <asm/page.h>#include <asm/mach/arch.h>#include <asm/mach/flash.h>#include <asm/mach/map.h>#include <asm/mach/serial_sa1100.h>#include <mach/hardware.h>#include <mach/nanoengine.h>#include <mach/irqs.h>#include "generic.h"Go to the source code of this file.
Variables | |
| atag_offset = 0x100 | |
| map_io = nanoengine_map_io | |
| nr_irqs = SA1100_NR_IRQS | |
| init_irq = sa1100_init_irq | |
| timer = &sa1100_timer | |
| init_machine = nanoengine_init | |
| init_late = sa11x0_init_late | |
| restart = sa11x0_restart | |
| atag_offset = 0x100 |
Definition at line 109 of file nanoengine.c.
| init_irq = sa1100_init_irq |
Definition at line 112 of file nanoengine.c.
| init_late = sa11x0_init_late |
Definition at line 115 of file nanoengine.c.
| init_machine = nanoengine_init |
Definition at line 114 of file nanoengine.c.
| map_io = nanoengine_map_io |
Definition at line 110 of file nanoengine.c.
| nr_irqs = SA1100_NR_IRQS |
Definition at line 111 of file nanoengine.c.
| restart = sa11x0_restart |
Definition at line 116 of file nanoengine.c.
Definition at line 113 of file nanoengine.c.
1.8.2