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 :)
The irq header changed a lot since the book published. Please check current kernel header. You may look at some drivers for the usage.
linux-2.6/include/linux/interrupt.h - Hippo