aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rtc/pcf50633.h
blob: 024998a0ea3bd34c8712e1de0878f553e3956eb7 (plain)
1
2
3
4
5
6
7
8
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);