8 lines
123 B
C
8 lines
123 B
C
#ifndef __OMAP_RTC_H
|
|
#define __OMAP_RTC_H
|
|
|
|
void omap3_rtc_init(void);
|
|
void omap3_rtc_run(void);
|
|
|
|
#endif /* __OMAP_RTC_H */
|