summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix/include/conf.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-11-27 20:51:49 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-11-27 20:51:49 +0000
commitb88944f9e5bfe54db72c249cdac1777db2be26ea (patch)
tree51232c1a74a4c307a9b9b426c3fae3274469921c /sys/arch/gumstix/include/conf.h
parent3920f11fde11b66e4399864204910fc91fa83e65 (diff)
ZAURUS -> GUMSTIX in guard symbols.
Diffstat (limited to 'sys/arch/gumstix/include/conf.h')
-rw-r--r--sys/arch/gumstix/include/conf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/gumstix/include/conf.h b/sys/arch/gumstix/include/conf.h
index 88882c37e1b..c56942b10a9 100644
--- a/sys/arch/gumstix/include/conf.h
+++ b/sys/arch/gumstix/include/conf.h
@@ -1,13 +1,13 @@
-/* $OpenBSD: conf.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: conf.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
-#ifndef _ZAURUS_CONF_H
-#define _ZAURUS_CONF_H
+#ifndef _GUMSTIX_CONF_H
+#define _GUMSTIX_CONF_H
#include <sys/conf.h>
/*
- * ZAURUS specific device includes go in here
+ * GUMSTIX specific device includes go in here
*/
#define CONF_HAVE_APM
@@ -16,4 +16,4 @@
#include <arm/conf.h>
-#endif /* _ZAURUS_CONF_H */
+#endif /* _GUMSTIX_CONF_H */