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 | |
parent | 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6 (diff) | |
download | u-boot-imx-42efed6130c8fcf7da881385b5427065d2801757.zip u-boot-imx-42efed6130c8fcf7da881385b5427065d2801757.tar.gz u-boot-imx-42efed6130c8fcf7da881385b5427065d2801757.tar.bz2 |
fix: interrupt handler for multiple sources
Diffstat (limited to 'include/asm-microblaze')
-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 73f732c..4c385aa 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); |