Feb. 23, 2011
3:55 p.m.
Hi shafi, On Wed, Feb 23, 2011 at 8:09 AM, Mohammed Shafi <shafi.kernel@gmail.com> wrote:
Hi all, can some please explain what does setup_timer does. thanks in advance,
It initializes the timer structure and stores the callback function which will be called when the timer expires. Dave Hylands