summaryrefslogtreecommitdiff
path: root/sys
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
parent3920f11fde11b66e4399864204910fc91fa83e65 (diff)
ZAURUS -> GUMSTIX in guard symbols.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/gumstix/include/_types.h6
-rw-r--r--sys/arch/gumstix/include/atomic.h8
-rw-r--r--sys/arch/gumstix/include/conf.h10
-rw-r--r--sys/arch/gumstix/include/gumstix_var.h8
-rw-r--r--sys/arch/gumstix/include/param.h8
-rw-r--r--sys/arch/gumstix/include/spinlock.h9
6 files changed, 24 insertions, 25 deletions
diff --git a/sys/arch/gumstix/include/_types.h b/sys/arch/gumstix/include/_types.h
index f9b817e381f..e227caafce8 100644
--- a/sys/arch/gumstix/include/_types.h
+++ b/sys/arch/gumstix/include/_types.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: _types.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: _types.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
-#ifndef _ZAURUS__TYPES_H_
-#define _ZAURUS__TYPES_H_
+#ifndef _GUMSTIX__TYPES_H_
+#define _GUMSTIX__TYPES_H_
#include <arm/_types.h>
diff --git a/sys/arch/gumstix/include/atomic.h b/sys/arch/gumstix/include/atomic.h
index 7722c510f02..d35442ec52b 100644
--- a/sys/arch/gumstix/include/atomic.h
+++ b/sys/arch/gumstix/include/atomic.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: atomic.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: atomic.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
/* Public Domain */
-#ifndef __ZAURUS_ATOMIC_H__
-#define __ZAURUS_ATOMIC_H__
+#ifndef __GUMSTIX_ATOMIC_H__
+#define __GUMSTIX_ATOMIC_H__
#include <arm/atomic.h>
-#endif /* __ZAURUS_ATOMIC_H__ */
+#endif /* __GUMSTIX_ATOMIC_H__ */
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 */
diff --git a/sys/arch/gumstix/include/gumstix_var.h b/sys/arch/gumstix/include/gumstix_var.h
index 80909bb127c..0bef824b79f 100644
--- a/sys/arch/gumstix/include/gumstix_var.h
+++ b/sys/arch/gumstix/include/gumstix_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gumstix_var.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: gumstix_var.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
/* $NetBSD: lubbock_var.h,v 1.1 2003/06/18 10:51:15 bsh Exp $ */
/*
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _EVBARM_ZAURUS_VAR_H
-#define _EVBARM_ZAURUS_VAR_H
+#ifndef _EVBARM_GUMSTIX_VAR_H
+#define _EVBARM_GUMSTIX_VAR_H
#include <sys/conf.h>
#include <sys/device.h>
@@ -43,4 +43,4 @@
#endif
-#endif /* _EVBARM_ZAURUS_VAR_H */
+#endif /* _EVBARM_GUMSTIX_VAR_H */
diff --git a/sys/arch/gumstix/include/param.h b/sys/arch/gumstix/include/param.h
index ff478a1e9c9..cb559c7321a 100644
--- a/sys/arch/gumstix/include/param.h
+++ b/sys/arch/gumstix/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: param.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
/* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */
/*
@@ -33,8 +33,8 @@
* SUCH DAMAGE.
*/
-#ifndef _ZAURUS_PARAM_H_
-#define _ZAURUS_PARAM_H_
+#ifndef _GUMSTIX_PARAM_H_
+#define _GUMSTIX_PARAM_H_
/*
* 1 page should be enough
@@ -48,4 +48,4 @@
#define _MACHINE gumstix
#define MACHINE "gumstix"
-#endif /* _ZAURUS_PARAM_H_ */
+#endif /* _GUMSTIX_PARAM_H_ */
diff --git a/sys/arch/gumstix/include/spinlock.h b/sys/arch/gumstix/include/spinlock.h
index b5a7eb6c05d..a19900d98b9 100644
--- a/sys/arch/gumstix/include/spinlock.h
+++ b/sys/arch/gumstix/include/spinlock.h
@@ -1,7 +1,6 @@
-
-/* $OpenBSD: spinlock.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
-#ifndef _ZAURUS_SPINLOCK_H_
-#define _ZAURUS_SPINLOCK_H_
+/* $OpenBSD: spinlock.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
+#ifndef _GUMSTIX_SPINLOCK_H_
+#define _GUMSTIX_SPINLOCK_H_
#include <arm/spinlock.h>
-#endif /* _ZAURUS_SPINLOCK_H_ */
+#endif /* _GUMSTIX_SPINLOCK_H_ */