|
Linux Kernel
3.7.1
|
#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) |
| subsys_initcall | ( | netx_init | ) |
1.8.2