Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/input.h>
#include <linux/platform_data/keypad-pxa27x.h>
#include <linux/i2c.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-pxa168.h>
#include <mach/pxa168.h>
#include <mach/teton_bga.h>
#include <mach/irqs.h>
#include "common.h"
Go to the source code of this file.
Variables | |
map_io = mmp_map_io | |
nr_irqs = MMP_NR_IRQS | |
init_irq = pxa168_init_irq | |
timer = &pxa168_timer | |
init_machine = teton_bga_init | |
restart = pxa168_restart | |
init_irq = pxa168_init_irq |
Definition at line 88 of file teton_bga.c.
init_machine = teton_bga_init |
Definition at line 90 of file teton_bga.c.
map_io = mmp_map_io |
Definition at line 86 of file teton_bga.c.
nr_irqs = MMP_NR_IRQS |
Definition at line 87 of file teton_bga.c.
restart = pxa168_restart |
Definition at line 91 of file teton_bga.c.
Definition at line 89 of file teton_bga.c.