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

15 lines
234 B
C

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