xref
: /
external
/
tlsdate
/
src
/
rtc.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
RTC_H
2
#
define
RTC_H
3
4
struct
rtc_handle
5
{
6
int
fd
;
7
};
8
9
#
endif
/* RTC_H */
10