Subversion Repositories Kolibri OS

Rev

Rev 6934 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 7143
1
#ifndef _ASM_X86_TIMEX_H
1
#ifndef _ASM_X86_TIMEX_H
2
#define _ASM_X86_TIMEX_H
2
#define _ASM_X86_TIMEX_H
3
 
3
 
4
//#include 
4
#include 
5
//#include 
5
//#include 
6
 
6
 
7
/* Assume we use the PIT time source for the clock tick */
7
/* Assume we use the PIT time source for the clock tick */
8
#define CLOCK_TICK_RATE		PIT_TICK_RATE
8
#define CLOCK_TICK_RATE		PIT_TICK_RATE
9
 
9
 
10
#define ARCH_HAS_READ_CURRENT_TIMER
10
#define ARCH_HAS_READ_CURRENT_TIMER
11
 
11
 
12
#endif /* _ASM_X86_TIMEX_H */
12
#endif /* _ASM_X86_TIMEX_H */