provided code
This commit is contained in:
8
src/devices/rtc.h
Normal file
8
src/devices/rtc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef RTC_H
|
||||
#define RTC_H
|
||||
|
||||
typedef unsigned long time_t;
|
||||
|
||||
time_t rtc_get_time (void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user