blob: 2017e966a9a3da97692d80a5464ea1407855aaae [file] [log] [blame]
#ifndef RTC_H
#define RTC_H
struct rtc_handle
{
int fd;
};
#endif /* RTC_H */