Home | History | Annotate | Download | only in src
      1 #ifndef RTC_H
      2 #define RTC_H
      3 
      4 struct rtc_handle
      5 {
      6 	int fd;
      7 };
      8 
      9 #endif /* RTC_H */
     10