activated more Coldfire interrupt sources

This commit is contained in:
Markus Fröschle
2015-01-11 17:02:40 +00:00
parent d860191121
commit f73e602a80
4 changed files with 34 additions and 57 deletions

View File

@@ -144,5 +144,6 @@ extern bool isr_execute_handler(int vector);
extern bool pic_interrupt_handler(void *arg1, void *arg2);
extern bool xlbpci_interrupt_handler(void *arg1, void *arg2);
extern bool pciarb_interrupt_handler(void *arg1, void *arg2);
extern bool gpt0_interrupt_handler(void *arg1, void *arg2);
extern bool irq5_handler(void *arg1, void *arg2);
#endif /* _INTERRUPTS_H_ */