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

19 lines
318 B
C

/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
#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
#include <arm/conf.h>
#endif /* _CATS_CONF_H */