Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

19 lines
354 B
C

#ifndef lint
static char sccsid[] = "@(#)bw2_conf.c 1.1 92/07/30 SMI";
#endif
#include "bwtwo.h"
#include "win.h"
#if NBWTWO > 0
#include <sys/types.h>
#include <pixrect/pixrect.h>
#include <pixrect/memvar.h>
#include <sundev/bw2reg.h>
int nbwtwo = NBWTWO;
struct bw2_softc bw2_softc[NBWTWO];
struct mb_device *bwtwoinfo[NBWTWO];
#endif NBWTWO > 0