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-04 14:21:28 +04:00
|
|
|
#define CONF_HAVE_SCSIPI
|
|
|
|
#define CONF_HAVE_WSCONS
|
|
|
|
#define CONF_HAVE_USB
|
2001-06-09 02:22:59 +04:00
|
|
|
|
2001-09-03 08:28:51 +04:00
|
|
|
#endif /* _CATS_CONF_H */
|