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

2002/0405/alphapc/dat.h (diff list | history)

2002/0404/sys/src/9/alphapc/dat.h:1,52002/0405/sys/src/9/alphapc/dat.h:1,5 (short | long | prev | next)
1999/0415    
typedef struct Conf	Conf; 
2002/0404    
typedef struct Cycintr	Cycintr; 
2002/0405    
typedef struct Timer	Timer; 
1999/0415    
typedef struct FPsave	FPsave; 
typedef struct ISAConf	ISAConf; 
typedef struct Label	Label; 
2002/0404/sys/src/9/alphapc/dat.h:252,2612002/0405/sys/src/9/alphapc/dat.h:252,261
2002/0404    
/* 
 * fasttick timer interrupts (Dummy for now) 
 */ 
struct Cycintr 
2002/0405    
struct Timer 
2002/0404    
{ 
	vlong	when;			/* fastticks when f should be called */ 
	void	(*f)(Ureg*, Cycintr*); 
2002/0405    
	void	(*f)(Ureg*, Timer*); 
2002/0404    
	void	*a; 
	Cycintr	*next; 
2002/0405    
	Timer	*next; 
2001/1023    
}; 


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