rtc: rtc-wm8350: add support for WM8350 RTC
[safe/jmp/linux-2.6] / include / linux / mfd / wm8350 / rtc.h
index dfda69e..24add2b 100644 (file)
 
 struct wm8350_rtc {
        struct platform_device *pdev;
+       struct rtc_device *rtc;
+       int alarm_enabled;      /* used over suspend/resume */
 };
 
 #endif