Hello,
i've got a question.
i have a module with an interrupt line connected to a fifo
is it possible to wait after an interrupt for 400 uS before execution a
function (reading the fifo)?
i dont want to use udelay(400).
is there another way to do this?
i know it is possible to wait with sleep_on_timeout() but that is in the
order of milli seconds(jiffies and that is too long for my application.
regards,
Christian Boon.
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/