#if			!defined(__TPU_TIME_H__)
#define 	__TPU_TIME_H__
#include	<time.h>

time_tt	TPU_ttmnow(void);
void	TPU_SetTimeTM(struct tm *tp, vfptr sync);
void 	TPU_InitializeTimeKeeping(void);

#endif      // __TPU_TIME_H__