Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/irq.h>
#include <asm/irq_cpu.h>
#include <asm/vr41xx/irq.h>
Go to the source code of this file.
Data Structures | |
struct | irq_cascade |
Typedefs | |
typedef struct irq_cascade | irq_cascade_t |
Functions | |
int | cascade_irq (unsigned int irq, int(*get_irq)(unsigned int)) |
EXPORT_SYMBOL_GPL (cascade_irq) | |
asmlinkage void | plat_irq_dispatch (void) |
void __init | arch_init_irq (void) |
typedef struct irq_cascade irq_cascade_t |
EXPORT_SYMBOL_GPL | ( | cascade_irq | ) |
asmlinkage void plat_irq_dispatch | ( | void | ) |