#[derive(Debug, Clone, PartialEq)]
pub struct HwClockFileConfig { pub file: String }
#[derive(Debug, Clone, PartialEq)]
pub struct RtcAutoTrimConfig { pub threshold: f64 }
#[derive(Debug, Clone, PartialEq)]
pub struct RtcDeviceConfig { pub device: String }
#[derive(Debug, Clone, PartialEq)]
pub struct RtcFileConfig { pub file: String }