I am writing linux device driver. Whenever the
driver receives any interrupts, it needs to initiate a signal to the application
about the data received in the interrupt. I was planning to use a select system
call for the driver. Does any one have idea of signal interface between the
kernel and the application?
Help would be appreciated.
|