Hello,
I was wondering
what is an advantage of doing
rtf_create_handler(RCV_PIPE1 , &mem_rcv_handler);
and
irq=rtl_get_soft_irq (mem_rcv_handler, "MEM-handler");
if (irq >0)
soft_irq =irq;
else
{ printk ("Can't get IRQ for software mem.c \n");
return -EINVAL;
}
I know that if you have an assigned irq, you can schedule this irq until
the Linux runs.
Anything else ?
Olga
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/