1*433d6423SLionel Sambuc #ifndef __OMAP_RTC_H 2*433d6423SLionel Sambuc #define __OMAP_RTC_H 3*433d6423SLionel Sambuc 4*433d6423SLionel Sambuc void omap3_rtc_init(void); 5*433d6423SLionel Sambuc void omap3_rtc_run(void); 6*433d6423SLionel Sambuc 7*433d6423SLionel Sambuc #endif /* __OMAP_RTC_H */ 8