NetBSD/sys/arch/cats/include/conf.h

11 lines
170 B
C

#ifndef _CATS_CONF_H
#define _CATS_CONF_H
/*
* CATS specifc device includes go in here
*/
#define CONS_HAVE_SCSIPI
#define CONS_HAVE_WSCONS
#endif /* _CATS_CONF_H */