Hi,
I'm using Linux platform to program in embedded device.
Is there any way that a kernel module can detect the interrupt handler routine of an another device driver module?
Like for example, I have a kernel module(.ko), then I want this kernel module detect if a particular device driver execute its interrupt handle routine?
Is this possible?
Many thanks.