xref: /csrg-svn/sys/vax/stand/confxx.c (revision 44546)
123222Smckusick /*
233525Sbostic  * Copyright (c) 1988 Regents of the University of California.
333525Sbostic  * All rights reserved.
423222Smckusick  *
5*44546Sbostic  * %sccs.include.redist.c%
633525Sbostic  *
7*44546Sbostic  *	@(#)confxx.c	7.6 (Berkeley) 06/28/90
823222Smckusick  */
97465Skre 
1010024Ssam int	xxstrategy(), xxopen(), xxioctl();
1110024Ssam 
127465Skre struct devsw devsw[] = {
1333525Sbostic 	{ "XX",	xxstrategy,	xxopen,		nullsys,	noioctl },
147465Skre };
1532200Skarels 
1633409Skarels int	ndevs = (sizeof(devsw) / sizeof(devsw[0]));
17