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

1990/0911/gnot/dat.h (diff list | history)

1990/0905/sys/src/9/gnot/dat.h:144,1491990/0911/sys/src/9/gnot/dat.h:144,150 (short | long | prev | next)
1990/0327    
	int	nbitbyte;	/* bytes of bitmap data (devbit.c) */ 
1990/0623    
	int	nfont;		/* font structs (devbit.c) */ 
1990/0717    
	int	nurp;		/* max urp conversations */ 
1990/0911    
	int	nasync;		/* number of async protocol modules */ 
1990/03091    
}; 
 
struct Dev 
1990/0905/sys/src/9/gnot/dat.h:371,3761990/0911/sys/src/9/gnot/dat.h:372,379
1990/03091    
	void (*open)(Queue*, Stream*); 
	void (*close)(Queue*); 
	char *name; 
1990/0911    
	void (*reset)(void);		/* initialization */ 
	Qinfo *next; 
1990/03091    
}; 
 
/* 


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