Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <mtd/mtd-abi.h>
#include <asm/bootinfo.h>
#include <asm/reboot.h>
#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-au1x00/au1xxx_eth.h>
#include <prom.h>
Go to the source code of this file.
Functions | |
const char * | get_system_type (void) |
void __init | prom_init (void) |
void | prom_putchar (unsigned char c) |
void __init | board_setup (void) |
arch_initcall (mtx1_register_devices) | |
arch_initcall | ( | mtx1_register_devices | ) |
Definition at line 82 of file board-mtx1.c.
Definition at line 38 of file board-mtx1.c.
Definition at line 43 of file board-mtx1.c.
Definition at line 62 of file board-mtx1.c.