Signal handling from Driver to Application
I want to implement the signal handler that signal any inappropriate in the driver to Application through signalling. In other words, the Linux driver sends the signal to particular application.
Is there anyway you can impl开发者_C百科ement that?
Thanks, Dev Null
You could probably use the more general SIGIO.
精彩评论