plan 9 kernel history: overview | file list | diff list

1993/1119/pc/etherif.h (diff list | history)

1993/1119/sys/src/9/pc/etherif.h:9,151993/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); 
	void	(*interrupt)(Ether*); 
1993/1124    
	void	(*interrupt)(Ureg*, void*); 
1993/1113    
	void	*private; 
 
	Etherpkt tpkt;			/* transmit buffer */ 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)