| plan 9 kernel history: overview | file list | diff list |
1993/1124/pc/etherif.h (diff list | history)
| 1993/1119/sys/src/9/pc/etherif.h:9,15 – 1993/1124/sys/src/9/pc/etherif.h:9,15 (short | long | prev | next) | ||
|
Change interrupt prototype.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/1113 | void (*attach)(Ether*); /* filled in by reset routine */ long (*write)(Ether*, void*, long); | |
| 1993/1124 | void (*interrupt)(Ureg*, void*); | |
| 1993/1113 | void *private; Etherpkt tpkt; /* transmit buffer */ | |