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