Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

22 lines
303 B
C

/*
io.h
Created Sept 30, 1991 by Philip Homburg
Copyright 1995 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 */
/*
* $PchId: io.h,v 1.4 1995/11/21 06:45:27 philip Exp $
*/