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

2002/0413/port/nulledf.c (diff list | history)

port/nulledf.c on 2002/0410
2002/0410    
#include	"u.h" 
#include	"../port/lib.h" 
#include	"mem.h" 
#include	"dat.h" 
#include	"fns.h" 
#include	"../port/error.h" 
#include	"../port/edf.h" 
 
int 
isedf(Proc*) 
{ 
	return 0; 
} 
 
void 
2002/0413    
edfbury(Proc*) 
2002/0410    
{ 
} 
 
int 
2002/0413    
edfanyready(void) 
2002/0410    
{ 
	return 0; 
} 
 
void 
2002/0413    
edfready(Proc*) 
2002/0410    
{ 
} 
 
Proc* 
2002/0413    
edfrunproc(void) 
2002/0410    
{ 
	return nil; 
} 
 
void 
2002/0413    
edfblock(Proc*) 
2002/0410    
{ 
} 
 


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