hwclock: add support for tracking hardware clocks

Add a general support for tracking independent hardware clocks like PTP
hardware clocks (PHC) or real-time clocks (RTC).
This commit is contained in:
Miroslav Lichvar
2016-10-19 16:57:32 +02:00
parent d366530699
commit 9bdd35c9fa
3 changed files with 251 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ typedef enum {
LOGF_TempComp,
LOGF_RtcLinux,
LOGF_Refclock,
LOGF_HwClocks,
LOGF_Smooth,
} LOG_Facility;