diff options
Diffstat (limited to 'devices/rtc.h')
| -rw-r--r-- | devices/rtc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devices/rtc.h b/devices/rtc.h new file mode 100644 index 0000000..96a822f --- /dev/null +++ b/devices/rtc.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef RTC_H | ||
| 2 | #define RTC_H | ||
| 3 | |||
| 4 | typedef unsigned long time_t; | ||
| 5 | |||
| 6 | time_t rtc_get_time (void); | ||
| 7 | |||
| 8 | #endif | ||
