Add support for ADJ_SETOFFSET mode

This adjtimex mode allows precise stepping of the system clock.
This commit is contained in:
Miroslav Lichvar
2011-06-09 12:55:28 +02:00
parent b088b70f82
commit 6ab3d1daa3
4 changed files with 87 additions and 15 deletions

View File

@@ -75,6 +75,8 @@ int TMX_SetSync(int sync);
int TMX_EnableNanoPLL(void);
int TMX_ApplyPLLOffset(long offset);
int TMX_GetPLLOffsetLeft(long *offset);
int TMX_TestStepOffset(void);
int TMX_ApplyStepOffset(double offset);
#endif /* GOT_WRAP_ADJTIMEX_H */