Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0034001 /*
0034002 io.h
0034003 
0034004 Created Sept 30, 1991 by Philip Homburg
0034005 
0034006 Copyright 1995 Philip Homburg
0034007 */
0034008 
0034009 #ifndef IO_H
0034010 #define IO_H
0034011 
0034012 /* Prototypes */
0034013 
0034014 void writeIpAddr ARGS(( ipaddr_t addr ));
0034015 void writeEtherAddr ARGS(( ether_addr_t *addr ));
0034016 
0034017 #endif /* IO_H */
0034018 
0034019 /*
0034020  * $PchId: io.h,v 1.4 1995/11/21 06:45:27 philip Exp $
0034021  */