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

1991/0704/pc/fns.h (diff list | history)

1991/0704/sys/src/9/pc/fns.h:1,51991/0705/sys/src/9/pc/fns.h:1,7 (short | long | prev | next)
1991/0703    
#include "../port/portfns.h" 
 
1991/0705    
void	clock(void*); 
void	clockinit(void); 
1991/0702    
void	delay(int); 
int	inb(int); 
1991/0703    
void	intr0(void); 
1991/0704/sys/src/9/pc/fns.h:31,381991/0705/sys/src/9/pc/fns.h:33,38
1991/0702    
void	screenputc(int); 
void	screenputs(char*, int); 
1991/0703    
void	setvec(int, void (*)(void*), int); 
1991/0704    
void	spllo(void); 
void	splhi(void); 
1991/0703    
void	systrap(void); 
void	trapinit(void); 
int	tas(Lock*); 


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