Re: Question on Linux kernel programming

2002-06-22 Thread Tim Hockin
> I am new to linux, my requirement is I have to send > data from kernel to a process and it should be > asyncronous, ie, process will be doing something and > when the kernerl receives data from I/O ports, (UART > in our case) it has to inform the process. It would be > great if you can send the

Question on Linux kernel programming

2002-06-22 Thread d deepak
Hi All, I am new to linux, my requirement is I have to send data from kernel to a process and it should be asyncronous, ie, process will be doing something and when the kernerl receives data from I/O ports, (UART in our case) it has to inform the process. It would be great if you can send the sam