Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/spi/spi.h>
#include <linux/spi/flash.h>
#include <linux/irq.h>
#include <asm/dma.h>
#include <asm/bfin5xx_spi.h>
#include <asm/reboot.h>
#include <asm/portmux.h>
Go to the source code of this file.
Functions | |
arch_initcall (H8606_init) | |
void __init | native_machine_early_platform_add_devices (void) |
Variables | |
const char | bfin_board_name [] = "HV Sistemas H8606" |
arch_initcall | ( | H8606_init | ) |