From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4551E045.4050107@domain.hid> Date: Wed, 08 Nov 2006 14:48:53 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 Subject: Re: [Xenomai-help] ISR arguments with Native skin References: <4551DA2A.90607@domain.hid> In-Reply-To: <4551DA2A.90607@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Grandegger Cc: xenomai-help Wolfgang Grandegger wrote: > Hallo, > > I just realized, that the ISR registered with rt_intr_create() must be > of type: > > int isr(struct xnintr *irq) > > I expected "RT_INTR *" as type of the argument. The documentation is not > clear about that (what rt_isr_t) is. A hyper-link would be nice. > > Thanks. You can use the I_DESC macro to get the RT_INTR * from the xnintr_t * -- Gilles Chanteperdrix