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

2002/0404/alphapc/cycintr.c (diff list | history)

alphapc/cycintr.c on 2002/0404
2002/0404    
#include "u.h" 
#include "../port/lib.h" 
#include "mem.h" 
#include "dat.h" 
#include "fns.h" 
#include "io.h" 
 
int 
havecycintr(void) 
{ 
	return 0; 
} 
 
void 
cycintradd(Cycintr *) 
{ 
} 
 
void 
cycintrdel(Cycintr *) 
{ 
} 
 
void 
clockintrsched(void) 
{ 
} 


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