[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] using fifo in kernel space.
- To: <rtl@fsmlabs.com>
- Subject: Re: [rtl] using fifo in kernel space.
- From: Ish Rattan <ishwar@pali.cps.cmich.edu>
- Date: Sat, 1 Dec 2001 01:49:45 -0500 (EST)
- In-Reply-To: <Pine.LNX.4.40.0111301530480.27767-100000@io.iol.unh.edu>
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