From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F130ED3.3030902@domain.hid> Date: Sun, 15 Jan 2012 18:37:23 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] realtime pipes List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan-Erik Lange Cc: xenomai@xenomai.org On 01/15/2012 01:36 PM, Jan-Erik Lange wrote: > > Hello, > > it is possible to access a real-time pipe /dev/rtpx within the kernel > space of Linux? Since there is no open function? Real-time pipes are deprecated. > > Is it therefore possible to communicate between the Xenomai Kernel > space and the Linux Kernel space? As mentioned several time, using anything else in kernel-space than the RTDM API is deprecated. If you are interested in the services the RTDM api offers, see: http://www.xenomai.org/documentation/xenomai-2.6/html/api/group__driverapi.html For instance, you can see a section named "non-real-time signalling services", which probably answers your question. -- Gilles.