Hi,
I need to write two drivers… Say Driver1 and Driver2. Driver1 talks to
an external hardware thro PCI bus. Driver2 handles the Interface
part.(processes the interrupts from the external hardware) I need Driver2 to
inform Driver1 in case of an interrupt by some means…I know i cannot use
events since i cant set events in ISR. I would like to know how i can
implement this…
TIA.
Vijay