X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Firq.h;h=566db720000a2a55cb8fef9a7ce93cbfd98ced93;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=917b9fe372cf388e328b6c1e80405e0516a059d5;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-alpha/irq.h b/include/asm-alpha/irq.h index 917b9fe37..566db7200 100644 --- a/include/asm-alpha/irq.h +++ b/include/asm-alpha/irq.h @@ -8,6 +8,7 @@ */ #include +#include #if defined(CONFIG_ALPHA_GENERIC) @@ -92,4 +93,8 @@ extern void enable_irq(unsigned int); struct pt_regs; extern void (*perf_irq)(unsigned long, struct pt_regs *); +struct irqaction; +int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); + + #endif /* _ALPHA_IRQ_H */