add xlbarb_interrupt_handler
This commit is contained in:
@@ -144,6 +144,7 @@ extern bool isr_execute_handler(int vector);
|
|||||||
extern bool pic_interrupt_handler(void *arg1, void *arg2);
|
extern bool pic_interrupt_handler(void *arg1, void *arg2);
|
||||||
extern bool xlbpci_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 pciarb_interrupt_handler(void *arg1, void *arg2);
|
||||||
|
extern bool xlbarb_interrupt_handler(void *arg1, void *arg2);
|
||||||
extern bool gpt0_interrupt_handler(void *arg1, void *arg2);
|
extern bool gpt0_interrupt_handler(void *arg1, void *arg2);
|
||||||
extern bool irq5_handler(void *arg1, void *arg2);
|
extern bool irq5_handler(void *arg1, void *arg2);
|
||||||
#endif /* _INTERRUPTS_H_ */
|
#endif /* _INTERRUPTS_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user