Subversion Repositories Kolibri OS

Rev

Rev 6934 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 6936
Line 1... Line 1...
1
#ifndef _LINUX_TIMER_H
1
#ifndef _LINUX_TIMER_H
2
#define _LINUX_TIMER_H
2
#define _LINUX_TIMER_H
Line 3... Line 3...
3
 
3
 
-
 
4
#include 
-
 
5
#include 
-
 
6
#include 
-
 
7
#include 
-
 
8
 
Line 4... Line 9...
4
#include 
9
struct tvec_base;
5
 
10
 
6
unsigned long __round_jiffies(unsigned long j, int cpu);
11
unsigned long __round_jiffies(unsigned long j, int cpu);
7
unsigned long __round_jiffies_relative(unsigned long j, int cpu);
12
unsigned long __round_jiffies_relative(unsigned long j, int cpu);