#ifndef __RTC_H__
#define __RTC_H__

void rtcInit(void);

#endif /* __RTC_H__ */
