source:
trunk/minix/servers/inet/generic/io.h@
13
| Last change on this file since 13 was 9, checked in by , 14 years ago | |
|---|---|
| File size: 303 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | /* |
| 2 | io.h | |
| 3 | ||
| 4 | Created Sept 30, 1991 by Philip Homburg | |
| 5 | ||
| 6 | Copyright 1995 Philip Homburg | |
| 7 | */ | |
| 8 | ||
| 9 | #ifndef IO_H | |
| 10 | #define IO_H | |
| 11 | ||
| 12 | /* Prototypes */ | |
| 13 | ||
| 14 | void writeIpAddr ARGS(( ipaddr_t addr )); | |
| 15 | void 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.