diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clocksource.h | 2 | ||||
-rw-r--r-- | include/linux/timex.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 35094479ca55..55e434feec99 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -93,6 +93,8 @@ struct clocksource { | |||
93 | #endif | 93 | #endif |
94 | }; | 94 | }; |
95 | 95 | ||
96 | extern struct clocksource *clock; /* current clocksource */ | ||
97 | |||
96 | /* | 98 | /* |
97 | * Clock source flags bits:: | 99 | * Clock source flags bits:: |
98 | */ | 100 | */ |
diff --git a/include/linux/timex.h b/include/linux/timex.h index da431f8c5c6e..fc6035d29d56 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -212,6 +212,7 @@ extern long time_esterror; /* estimated error */ | |||
212 | 212 | ||
213 | extern long time_adjust; /* The amount of adjtime left */ | 213 | extern long time_adjust; /* The amount of adjtime left */ |
214 | 214 | ||
215 | extern void ntp_init(void); | ||
215 | extern void ntp_clear(void); | 216 | extern void ntp_clear(void); |
216 | 217 | ||
217 | /** | 218 | /** |