diff options
author | Michal Simek <monstr@monstr.eu> | 2007-05-07 17:22:25 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-05-07 17:22:25 +0200 |
commit | 42efed6130c8fcf7da881385b5427065d2801757 (patch) | |
tree | 091c29ef7ddf2420171455327c353654f2d8162f /include/asm-microblaze/microblaze_intc.h | |
parent | 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6 (diff) |
fix: interrupt handler for multiple sources
Diffstat (limited to 'include/asm-microblaze/microblaze_intc.h')
-rw-r--r-- | include/asm-microblaze/microblaze_intc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-microblaze/microblaze_intc.h b/include/asm-microblaze/microblaze_intc.h index 73f732c5667..4c385aa24f0 100644 --- a/include/asm-microblaze/microblaze_intc.h +++ b/include/asm-microblaze/microblaze_intc.h @@ -39,3 +39,5 @@ struct irq_action { int count; /* number of interrupt */ }; +void install_interrupt_handler (int irq, interrupt_handler_t * hdlr, + void *arg); |