add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)

This commit is contained in:
Szabolcs Nagy 2013-03-23 19:51:34 +00:00
parent 2e762105b7
commit d4c04d1360
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct timex {
#define ADJ_STATUS 0x0010 #define ADJ_STATUS 0x0010
#define ADJ_TIMECONST 0x0020 #define ADJ_TIMECONST 0x0020
#define ADJ_TAI 0x0080 #define ADJ_TAI 0x0080
#define ADJ_SETOFFSET 0x0100
#define ADJ_MICRO 0x1000 #define ADJ_MICRO 0x1000
#define ADJ_NANO 0x2000 #define ADJ_NANO 0x2000
#define ADJ_TICK 0x4000 #define ADJ_TICK 0x4000