blob: 96229125cc133001b0eaf2408b77a25b670ebf02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* $OpenBSD: conf.h,v 1.3 2005/01/04 08:57:44 miod Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
#ifndef _ZAURUS_CONF_H
#define _ZAURUS_CONF_H
/*
* ZAURUS specific device includes go in here
*/
#include "fcom.h"
#define CONF_HAVE_USB
#define CONF_HAVE_SCSIPI
#define CONF_HAVE_WSCONS
#include <arm/conf.h>
#endif /* _ZAURUS_CONF_H */
|