2012-03-05 19:49:29 +08:00
|
|
|
#ifndef __ASM_IRQ_H
|
|
|
|
#define __ASM_IRQ_H
|
|
|
|
|
|
|
|
#include <asm-generic/irq.h>
|
|
|
|
|
|
|
|
extern void (*handle_arch_irq)(struct pt_regs *);
|
2013-10-25 03:30:18 +08:00
|
|
|
extern void migrate_irqs(void);
|
2013-01-14 20:39:31 +08:00
|
|
|
extern void set_handle_irq(void (*handle_irq)(struct pt_regs *));
|
2012-03-05 19:49:29 +08:00
|
|
|
|
|
|
|
#endif
|