2 * interrupts.h - arm exception handling header file
4 * author: hackbard@hackdaworld.org
11 /* function prototypes */
13 void interrupt_handler_reset(void);
14 void interrupt_handler_undef_instruction(void);
15 void interrupt_handler_soft_ir(void);
16 void interrupt_handler_prefetch_abort(void);
17 void interrupt_handler_data_abort(void);
18 void interrupt_handler_irq(void);
19 void interrupt_handler_fiq(void);