-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 366186 b: refs/heads/master c: aa6f9c5 h: refs/heads/master v: v3
- Loading branch information
John Stultz
committed
Apr 4, 2013
1 parent
30da02f
commit 1ab3bcf
Showing
5 changed files
with
37 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ad460967a2953496ad76b1c22091ea99f21b4e86 | ||
refs/heads/master: aa6f9c595d857328e5d815e5b94c0e7cd31a6b59 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef _LINUX_NTP_INTERNAL_H | ||
#define _LINUX_NTP_INTERNAL_H | ||
|
||
extern void ntp_init(void); | ||
extern void ntp_clear(void); | ||
/* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */ | ||
extern u64 ntp_tick_length(void); | ||
extern int second_overflow(unsigned long secs); | ||
extern int __do_adjtimex(struct timex *); | ||
extern void __hardpps(const struct timespec *, const struct timespec *); | ||
#endif /* _LINUX_NTP_INTERNAL_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters