Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
generic.c File Reference
#include <linux/device.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <asm/mach/map.h>
#include <asm/hardware/vic.h>
#include <mach/netx-regs.h>
#include <asm/mach/irq.h>

Go to the source code of this file.

Macros

#define DEBUG_IRQ(fmt...)   while (0) {}
 

Functions

void __init netx_map_io (void)
 
void __init netx_init_irq (void)
 
 subsys_initcall (netx_init)
 
void netx_restart (char mode, const char *cmd)
 

Macro Definition Documentation

#define DEBUG_IRQ (   fmt...)    while (0) {}

Definition at line 68 of file generic.c.

Function Documentation

void __init netx_init_irq ( void  )

Definition at line 167 of file generic.c.

void __init netx_map_io ( void  )

Definition at line 41 of file generic.c.

void netx_restart ( char  mode,
const char cmd 
)

Definition at line 190 of file generic.c.

subsys_initcall ( netx_init  )