xref: /minix/minix/drivers/clock/readclock/forward.h (revision 83133719)
1 #ifndef __FORWARD_H
2 #define __FORWARD_H
3 
4 int fwd_set_label(char *label);
5 int fwd_init(void);
6 int fwd_get_time(struct tm *t, int flags);
7 int fwd_set_time(struct tm *t, int flags);
8 int fwd_pwr_off(void);
9 void fwd_exit(void);
10 
11 #endif /* __FORWARD_H */
12