summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-12-31 14:57:14 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-12-31 14:57:14 +0000
commitefe84347ae300eb3a7d5bfdbabc9532d8439b5d8 (patch)
treeb5ca762f75f8540de9afb79bee1bda52ecdc395a /sys
parent97685f10177d134d4f22f596b6341ce88bafd591 (diff)
These are now zaurus headers, not cats ifdef protect appropriately.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/zaurus/include/conf.h10
-rw-r--r--sys/arch/zaurus/include/isa_machdep.h8
-rw-r--r--sys/arch/zaurus/include/param.h8
-rw-r--r--sys/arch/zaurus/include/spinlock.h8
4 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/zaurus/include/conf.h b/sys/arch/zaurus/include/conf.h
index 267b621bfe7..640b9a3f1f5 100644
--- a/sys/arch/zaurus/include/conf.h
+++ b/sys/arch/zaurus/include/conf.h
@@ -1,11 +1,11 @@
-/* $OpenBSD: conf.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */
+/* $OpenBSD: conf.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
-#ifndef _CATS_CONF_H
-#define _CATS_CONF_H
+#ifndef _ZAURUS_CONF_H
+#define _ZAURUS_CONF_H
/*
- * CATS specific device includes go in here
+ * ZAURUS specific device includes go in here
*/
#include "fcom.h"
@@ -16,4 +16,4 @@
#include <arm/conf.h>
-#endif /* _CATS_CONF_H */
+#endif /* _ZAURUS_CONF_H */
diff --git a/sys/arch/zaurus/include/isa_machdep.h b/sys/arch/zaurus/include/isa_machdep.h
index ed44d88af37..315cdae8642 100644
--- a/sys/arch/zaurus/include/isa_machdep.h
+++ b/sys/arch/zaurus/include/isa_machdep.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: isa_machdep.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */
/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */
-#ifndef _CATS_ISA_MACHDEP_H_
-#define _CATS_ISA_MACHDEP_H_
+#ifndef _ZAURUS_ISA_MACHDEP_H_
+#define _ZAURUS_ISA_MACHDEP_H_
#include <arm/isa_machdep.h>
#ifdef _KERNEL
@@ -10,4 +10,4 @@
void isa_footbridge_init(u_int, u_int);
#endif /* _KERNEL */
-#endif /* _CATS_ISA_MACHDEP_H_ */
+#endif /* _ZAURUS_ISA_MACHDEP_H_ */
diff --git a/sys/arch/zaurus/include/param.h b/sys/arch/zaurus/include/param.h
index fc088830628..8fe8aae678f 100644
--- a/sys/arch/zaurus/include/param.h
+++ b/sys/arch/zaurus/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */
+/* $OpenBSD: param.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */
/* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */
/*
@@ -33,8 +33,8 @@
* SUCH DAMAGE.
*/
-#ifndef _CATS_PARAM_H_
-#define _CATS_PARAM_H_
+#ifndef _ZAURUS_PARAM_H_
+#define _ZAURUS_PARAM_H_
/*
* cats boot dmesg is bigger than 4k
@@ -48,4 +48,4 @@
#define _MACHINE cats
#define MACHINE "cats"
-#endif /* _CATS_PARAM_H_ */
+#endif /* _ZAURUS_PARAM_H_ */
diff --git a/sys/arch/zaurus/include/spinlock.h b/sys/arch/zaurus/include/spinlock.h
index 7fad72549b4..c6b147f8ae1 100644
--- a/sys/arch/zaurus/include/spinlock.h
+++ b/sys/arch/zaurus/include/spinlock.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: spinlock.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */
-#ifndef _CATS_SPINLOCK_H_
-#define _CATS_SPINLOCK_H_
+/* $OpenBSD: spinlock.h,v 1.2 2004/12/31 14:57:13 drahn Exp $ */
+#ifndef _ZAURUS_SPINLOCK_H_
+#define _ZAURUS_SPINLOCK_H_
#include <arm/spinlock.h>
-#endif _CATS_SPINLOCK_H_
+#endif _ZAURUS_SPINLOCK_H_