Altera_Forum
Honored Contributor
16 years agoIRQs
hey everybody, is there an easy guide to use IP core's IRQ in uClinux? do I need an interrupt handler or read from a specific location? thanks :)
My ISR function signatures look like this:
static irqreturn_t isr_handler(int irq, void *data) Yours has one more parameter. That is probably the cause of your warning, but I do not know if that is the root cause.