summaryrefslogtreecommitdiffstats
path: root/devices/rtc.h
blob: 96a822f2726706a91e05192f0c02bbaf3e8bf45c (plain)
1
2
3
4
5
6
7
8
#ifndef RTC_H
#define RTC_H

typedef unsigned long time_t;

time_t rtc_get_time (void);

#endif