/********************************************/
/*RTC.h - Header file                  */
/*PIC32MX795F512L-80I/PF                    */
/********************************************/

#ifndef RTC_H
#define	RTC_H

void RTC_Init(void);

#endif /*RTC_H*/
