repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
phys addr arg of 0 must be possible for pt_writemap too (instead of meaning
[minix.git]
/
servers
/
inet
/
generic
/
io.h
blob
43d98ff5c033003b7c344aaeed470ee60420ac32
1
/*
2
io.h
3
4
Created Sept 30, 1991 by Philip Homburg
5
6
Copyright 1995 Philip Homburg
7
*/
8
9
#ifndef IO_H
10
#define IO_H
11
12
/* Prototypes */
13
14
void
writeIpAddr
ARGS
((
ipaddr_t addr
));
15
void
writeEtherAddr
ARGS
((
ether_addr_t
*
addr
));
16
17
#endif
/* IO_H */
18
19
/*
20
* $PchId: io.h,v 1.4 1995/11/21 06:45:27 philip Exp $
21
*/