Hi All,
I have some problems in using "opening" and "writing" a fifo from the kernel space (non-RT). I have the named fifo created at the RT-Linux module. Iam trying to open this fifo and write into it from the non-rt kernel module. Iam not sure if I can use "open" and "write" functions in kernel space as these are meant for the user applications. I tried using the "sys_open" and it would give an unresolved symbol when I load the module. I tried the rtf_put from the non-RT kernel and it returns an error - "Operation not Permitted". Any suggestions would be very much useful for me. thanks, Sai. -- [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/
