[BACK]Return to conf.h CVS log [TXT][DIR] Up to [local] / sys / arch / zaurus / include

Annotation of sys/arch/zaurus/include/conf.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: conf.h,v 1.6 2005/01/22 04:04:32 uwe Exp $    */
                      2: /*     $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $   */
                      3:
                      4: #ifndef _ZAURUS_CONF_H
                      5: #define        _ZAURUS_CONF_H
                      6:
                      7: #include <sys/conf.h>
                      8:
                      9: /*
                     10:  * ZAURUS specific device includes go in here
                     11:  */
                     12:
                     13: #define CONF_HAVE_APM
                     14: #define        CONF_HAVE_USB
                     15: #define        CONF_HAVE_WSCONS
                     16:
                     17: #include <arm/conf.h>
                     18:
                     19: #endif /* _ZAURUS_CONF_H */

CVSweb