source: trunk/minix/servers/inet/generic/io.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 303 bytes
Line 
1/*
2io.h
3
4Created Sept 30, 1991 by Philip Homburg
5
6Copyright 1995 Philip Homburg
7*/
8
9#ifndef IO_H
10#define IO_H
11
12/* Prototypes */
13
14void writeIpAddr ARGS(( ipaddr_t addr ));
15void 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 */
Note: See TracBrowser for help on using the repository browser.