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

2001/0619/bitsy/dat.h (diff list | history)

2001/0616/sys/src/9/bitsy/dat.h:227,2432001/0619/sys/src/9/bitsy/dat.h:227,232 (short | long | prev | next)
2000/1121    
}; 
 
/* 
 *  For walking a PCMCIA card's information structure 
 */ 
struct Cisdat 
{ 
	uchar	*cisbase; 
	int	cispos; 
	int	cisskip; 
	int	cislen; 
}; 
                 
/* 
 *  PCMCIA card slot 
 */ 
struct PCMslot 
2001/0616/sys/src/9/bitsy/dat.h:264,2722001/0619/sys/src/9/bitsy/dat.h:253,258
2000/1121    
	int	nctab;		/* number of config table entries */ 
	PCMconftab	ctab[8]; 
	PCMconftab	*def;		/* default conftab */ 
                 
	/* for walking through cis */ 
	Cisdat; 
 
	/* maps are fixed */ 
	PCMmap memmap; 


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