summaryrefslogtreecommitdiffstats
path: root/include/linux/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r--include/linux/rtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h
index 3b65b201169c..c78528c394e5 100644
--- a/include/linux/rtc.h
+++ b/include/linux/rtc.h
@@ -150,6 +150,9 @@ struct rtc_device {
150 bool nvram_old_abi; 150 bool nvram_old_abi;
151 struct bin_attribute *nvram; 151 struct bin_attribute *nvram;
152 152
153 time64_t range_min;
154 timeu64_t range_max;
155
153#ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL 156#ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL
154 struct work_struct uie_task; 157 struct work_struct uie_task;
155 struct timer_list uie_timer; 158 struct timer_list uie_timer;