Add support for ADJ_OFFSET_SS_READ mode

Also assume that kernels >= 2.6.27 don't need frequency scaling.
This commit is contained in:
Miroslav Lichvar
2009-05-20 17:43:09 +02:00
parent 75330fdff5
commit 032d1db883
4 changed files with 39 additions and 10 deletions

View File

@@ -72,6 +72,7 @@ int TMX_SetTick(long tick);
int TMX_ApplyOffset(long *offset);
int TMX_SetFrequency(double freq, long tick);
int TMX_GetFrequency(double *freq);
int TMX_GetOffsetLeftOld(long *offset);
int TMX_GetOffsetLeft(long *offset);
int TMX_ReadCurrentParams(struct tmx_params *params);
int TMX_SetLeap(int leap);