aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/rtc/pcf50633.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/rtc/pcf50633.h b/include/linux/rtc/pcf50633.h
new file mode 100644
index 00000000000..024998a0ea3
--- /dev/null
+++ b/include/linux/rtc/pcf50633.h
@@ -0,0 +1,9 @@
+enum pcf50633_rtc_event {
+ PCF50633_RTC_EVENT_ALARM,
+ PCF50633_RTC_EVENT_SECOND,
+};
+
+extern void pcf50633_rtc_handle_event(struct pcf50633_data *pcf,
+ enum pcf50633_rtc_event evt);
+
+