/*
io.h

Created Sept 30, 1991 by Philip Homburg
*/

#ifndef IO_H
#define IO_H

/* Prototypes */

void writeIpAddr ARGS(( ipaddr_t addr ));
void writeEtherAddr ARGS(( ether_addr_t *addr ));

#endif /* IO_H */
