Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/input.h>
#include <linux/gpio_keys.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include "common.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
map_io = gemini_map_io | |
init_irq = gemini_init_irq | |
timer = &rut1xx_timer | |
init_machine = rut1xx_init | |
atag_offset = 0x100 |
Definition at line 89 of file board-rut1xx.c.
init_irq = gemini_init_irq |
Definition at line 91 of file board-rut1xx.c.
init_machine = rut1xx_init |
Definition at line 93 of file board-rut1xx.c.
map_io = gemini_map_io |
Definition at line 90 of file board-rut1xx.c.
timer = &rut1xx_timer |
Definition at line 92 of file board-rut1xx.c.