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

1995/0108/port/devmouse.c (diff list | history)

1994/1013/sys/src/9/port/devmouse.c:230,2351995/0108/sys/src/9/port/devmouse.c:230,241 (short | long | prev | next)
1993/1006    
	return 0; 
} 
 
1995/0108    
Block* 
mousebread(Chan *c, long n, ulong offset) 
{ 
	return devbread(c, n, offset); 
} 
 
1993/1006    
long 
mousewrite(Chan *c, void *va, long n, ulong offset) 
{ 
1994/1013/sys/src/9/port/devmouse.c:294,2991995/0108/sys/src/9/port/devmouse.c:300,311
1993/1006    
 
	error(Egreg); 
	return -1; 
1995/0108    
} 
 
long 
mousebwrite(Chan *c, Block *bp, ulong offset) 
{ 
	return devbwrite(c, bp, offset); 
1993/1006    
} 
 
void 


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