drivers/timers_kernel/timers_kernel.c
changeset 801 32d146b64a35
parent 629 b9274b595650
equal deleted inserted replaced
800:f0d16976e46e 801:32d146b64a35
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 
    22 
    23 #include <linux/spinlock.h>
    23 #include <linux/spinlock.h>
    24 #include <linux/jiffies.h>
    24 #include <linux/jiffies.h>
    25 #include <linux/timer.h>
    25 #include <linux/timers.h>
    26 #include <linux/errno.h>
    26 #include <linux/errno.h>
    27 
    27 
    28 #include "timer.h"
    28 #include "timers.h"
    29 #include "applicfg.h"
    29 #include "applicfg.h"
    30 
    30 
    31 static spinlock_t lock = SPIN_LOCK_UNLOCKED;
    31 static spinlock_t lock = SPIN_LOCK_UNLOCKED;
    32 
    32 
    33 static struct timer_list timer;
    33 static struct timer_list timer;