repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
drivers
/
readclock
/
forward.h
blob
82a11335eb833fec14089bb8057822c451edb85b
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 */