mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
refclock_phc: use sys_linux code for reading PHC
This drops support for non-ioctl reading of PHC.
This commit is contained in:
@@ -71,5 +71,6 @@ extern char *RCL_GetDriverParameter(RCL_Instance instance);
|
||||
extern char *RCL_GetDriverOption(RCL_Instance instance, char *name);
|
||||
extern int RCL_AddSample(RCL_Instance instance, struct timespec *sample_time, double offset, int leap);
|
||||
extern int RCL_AddPulse(RCL_Instance instance, struct timespec *pulse_time, double second);
|
||||
extern double RCL_GetPrecision(RCL_Instance instance);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user