2012-03-05 04:49:29 -07:00
|
|
|
#ifndef __ASM_IRQ_H
|
|
|
|
#define __ASM_IRQ_H
|
|
|
|
|
|
|
|
#include <asm-generic/irq.h>
|
|
|
|
|
2014-12-03 23:29:35 -07:00
|
|
|
struct pt_regs;
|
|
|
|
|
2013-10-24 13:30:18 -06:00
|
|
|
extern void migrate_irqs(void);
|
2013-01-14 05:39:31 -07:00
|
|
|
extern void set_handle_irq(void (*handle_irq)(struct pt_regs *));
|
2012-03-05 04:49:29 -07:00
|
|
|
|
|
|
|
#endif
|