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

2000/0623/pc/dat.h (diff list | history)

1999/0811/sys/src/9/pc/dat.h:194,1992000/0623/sys/src/9/pc/dat.h:194,212 (short | long | prev | next)
Add Cycintr.
rsc Fri Mar 4 12:44:25 2005
1991/0612    
	int	stack[1]; 
}; 
 
2000/0623    
typedef struct Cycintr	Cycintr; 
 
/* 
 * fasttick timer interrupts 
 */ 
struct Cycintr 
{ 
	vlong	when;			/* fastticks when f should be called */ 
	void	(*f)(Ureg*, Cycintr*); 
	void	*a; 
	Cycintr	*next; 
}; 
 
1991/0612    
/* 
 * Fake kmap 
 */ 


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