Hello,
I am a newbie in kernel programming and I am currently trying to implement a mechanism to set a timer in kernel. The timer will basically set a variable to an integer value at the end of every 60 seconds.
Also I want to be able to reset the timer in the middle of its counting (ie. while the timer is counting from 0 to 60, if it's at 20 now, i want to be able to reset it to 0 if some case occurs)
Any idea is appreciated..