Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
board-xxs1500.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <asm/bootinfo.h>
#include <asm/reboot.h>
#include <asm/mach-au1x00/au1000.h>
#include <prom.h>

Go to the source code of this file.

Functions

const charget_system_type (void)
 
void __init prom_init (void)
 
void prom_putchar (unsigned char c)
 
void __init board_setup (void)
 
 device_initcall (xxs1500_dev_init)
 

Function Documentation

void __init board_setup ( void  )

Definition at line 78 of file board-xxs1500.c.

device_initcall ( xxs1500_dev_init  )
const char* get_system_type ( void  )

Definition at line 35 of file board-xxs1500.c.

void __init prom_init ( void  )

Definition at line 40 of file board-xxs1500.c.

void prom_putchar ( unsigned char  c)

Definition at line 58 of file board-xxs1500.c.