2002-02-10 15:26:00 +03:00
|
|
|
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
|
2001-11-25 18:55:53 +03:00
|
|
|
|
2001-09-03 08:28:51 +04:00
|
|
|
#ifndef _CATS_CONF_H
|
|
|
|
#define _CATS_CONF_H
|
2001-06-09 02:22:59 +04:00
|
|
|
|
|
|
|
/*
|
2001-09-05 01:46:11 +04:00
|
|
|
* CATS specific device includes go in here
|
2001-06-09 02:22:59 +04:00
|
|
|
*/
|
2001-09-04 18:47:05 +04:00
|
|
|
#include "fcom.h"
|
|
|
|
|
2001-09-16 21:40:40 +04:00
|
|
|
#define CONF_HAVE_PCI
|
|
|
|
#define CONF_HAVE_USB
|
2001-09-04 14:21:28 +04:00
|
|
|
#define CONF_HAVE_SCSIPI
|
|
|
|
#define CONF_HAVE_WSCONS
|
2001-06-09 02:22:59 +04:00
|
|
|
|
2002-02-10 15:26:00 +03:00
|
|
|
#include <arm/conf.h>
|
|
|
|
|
2001-09-03 08:28:51 +04:00
|
|
|
#endif /* _CATS_CONF_H */
|