From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4551DA2A.90607@domain.hid> Date: Wed, 08 Nov 2006 14:22:50 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] ISR arguments with Native skin List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai-help 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. Wolfgang.