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/skbuff.h>
#include <linux/gpio_keys.h>
#include <linux/mdio-gpio.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.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.
Macros | |
#define | wbd111_num_partitions ARRAY_SIZE(wbd111_partitions) |
Variables | |
atag_offset = 0x100 | |
map_io = gemini_map_io | |
init_irq = gemini_init_irq | |
timer = &wbd111_timer | |
init_machine = wbd111_init | |
#define wbd111_num_partitions ARRAY_SIZE(wbd111_partitions) |
Definition at line 118 of file board-wbd111.c.
atag_offset = 0x100 |
Definition at line 132 of file board-wbd111.c.
init_irq = gemini_init_irq |
Definition at line 134 of file board-wbd111.c.
init_machine = wbd111_init |
Definition at line 136 of file board-wbd111.c.
map_io = gemini_map_io |
Definition at line 133 of file board-wbd111.c.
timer = &wbd111_timer |
Definition at line 135 of file board-wbd111.c.