phys addr arg of 0 must be possible for pt_writemap too (instead of meaning
[minix.git] / servers / inet / generic / io.h
blob43d98ff5c033003b7c344aaeed470ee60420ac32
1 /*
2 io.h
4 Created Sept 30, 1991 by Philip Homburg
6 Copyright 1995 Philip Homburg
7 */
9 #ifndef IO_H
10 #define IO_H
12 /* Prototypes */
14 void writeIpAddr ARGS(( ipaddr_t addr ));
15 void writeEtherAddr ARGS(( ether_addr_t *addr ));
17 #endif /* IO_H */
20 * $PchId: io.h,v 1.4 1995/11/21 06:45:27 philip Exp $