Subversion Repositories Kolibri OS

Rev

Rev 6934 | Details | Compare with Previous | Last modification | View Log | RSS feed

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