summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix/include/conf.h
diff options
context:
space:
mode:
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 */