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

1991/1120/power/devduart.c (diff list | history)

1991/1115/sys/src/9/power/devduart.c:4,91991/1120/sys/src/9/power/devduart.c:4,10 (short | long | prev | next)
1991/0607    
#include	"dat.h" 
#include	"fns.h" 
#include	"io.h" 
1991/1120    
#include	"errno.h" 
1991/0607    
 
int	duartacr; 
int	duartimr; 
1991/1115/sys/src/9/power/devduart.c:779,7851991/1120/sys/src/9/power/devduart.c:780,786
1991/0607    
void 
duartcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1991/1115    
	errors(Eperm); 
1991/1120    
	error(Eperm); 
1991/0607    
} 
 
void 


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