Akhilesh Soni wrote: > > hi all, > > Is there any way of communication between a real time process and > linux loadable kernel module ? > or > There is any mechanism thru which i can read the data written to rtfiffo > in a loadable kernel module and write from kernel module to the rtfiffo. > > waiting for urgent replies!! > thanx in advance > regards, > Akhilesh It is simple, you can simply share variables and memory space. They are in kernel space where anybody can see anybody else. Ciao, Paolo. -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
