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