mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
rtc: move preinit call to RTC_Initialise()
This commit is contained in:
3
rtc.h
3
rtc.h
@@ -28,9 +28,8 @@
|
||||
|
||||
#include "reports.h"
|
||||
|
||||
extern void RTC_Initialise(void);
|
||||
extern void RTC_Initialise(int initial_set);
|
||||
extern void RTC_Finalise(void);
|
||||
extern void RTC_TimePreInit(void);
|
||||
extern void RTC_TimeInit(void (*after_hook)(void *), void *anything);
|
||||
extern void RTC_StartMeasurements(void);
|
||||
extern int RTC_GetReport(RPT_RTC_Report *report);
|
||||
|
||||
Reference in New Issue
Block a user