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

14 lines
212 B
C

#ifndef _CATS_CONF_H
#define _CATS_CONF_H
/*
* CATS specific device includes go in here
*/
#include "fcom.h"
#define CONF_HAVE_SCSIPI
#define CONF_HAVE_WSCONS
#define CONF_HAVE_USB
#endif /* _CATS_CONF_H */