aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rtc/pcf50633.h
blob: 4fc5898ed5df5e186b609ffc737f450c5239ea1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LINUX_RTC_PCF50633_H
#define __LINUX_RTC_PCF50633_H


enum pcf50633_rtc_event {
	PCF50633_RTC_EVENT_ALARM,
	PCF50633_RTC_EVENT_SECOND,
};

void pcf50633_rtc_handle_event(struct pcf50633_data *pcf,
						enum pcf50633_rtc_event evt);

#endif