diff options
author | Andy Green <andy@openmoko.com> | 2008-11-21 11:56:56 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-21 11:56:56 +0000 |
commit | 593199453788b435e57207b393a5bfa7f22df605 (patch) | |
tree | eef6dcb4511811bb293c5379ae51ef04655bba48 /include/linux | |
parent | a0d4a20a0535070bcd65550550de22c36e444c6f (diff) |
fix-missing-balaji-include.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rtc/pcf50633.h | 9 |
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); + + |