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

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

2002/0222/sys/src/9/alphapc/dat.h:1,42002/0404/sys/src/9/alphapc/dat.h:1,5 (short | long | prev | next)
1999/0415    
typedef struct Conf	Conf; 
2002/0404    
typedef struct Cycintr	Cycintr; 
1999/0415    
typedef struct FPsave	FPsave; 
typedef struct ISAConf	ISAConf; 
typedef struct Label	Label; 
2002/0222/sys/src/9/alphapc/dat.h:246,2492002/0404/sys/src/9/alphapc/dat.h:247,261
2001/1023    
	char		*type;	/* card type, malloced */ 
	int		nports;	/* Number of ports */ 
	port_t	*ports;	/* The ports themselves */ 
2002/0404    
}; 
 
/* 
 * fasttick timer interrupts (Dummy for now) 
 */ 
struct Cycintr 
{ 
	vlong	when;			/* fastticks when f should be called */ 
	void	(*f)(Ureg*, Cycintr*); 
	void	*a; 
	Cycintr	*next; 
2001/1023    
}; 


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