[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] using fifo in kernel space.



On Fri, 30 Nov 2001, Saikrishnan Krishnamurthy wrote:

>
> Hi ishwar,
>
>     I guess I did'nt frame my question properly, last time. Sorry about
> that. Iam trying to open the fifo and write into it, from my
> "non-rt kernel module" and not from the userspace. Iam wondering how to
> open/read/write from the "nonRT kernel space" Module.
As far as I know open/read/write are not available for kernel programming
as they just provide interface to kernel itself.

-ishwar