summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-01-11 21:30:31 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-01-11 21:30:31 +0000
commitef8601ef2bf991547bb7c7b2f0153c14bd5a4c0c (patch)
tree126a0bdee62ad8cb16aaf5606d5b6488c15bb572 /sys/dev/ic
parent3829d9482dcc6b44131006dfd23ccbb8cef7dc85 (diff)
no stidebug
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/stireg.h10
-rw-r--r--sys/dev/ic/stivar.h9
2 files changed, 10 insertions, 9 deletions
diff --git a/sys/dev/ic/stireg.h b/sys/dev/ic/stireg.h
index 89b836545b9..466fa9bd29b 100644
--- a/sys/dev/ic/stireg.h
+++ b/sys/dev/ic/stireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stireg.h,v 1.2 2001/01/11 21:23:53 mickey Exp $ */
+/* $OpenBSD: stireg.h,v 1.3 2001/01/11 21:30:30 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -31,10 +31,10 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _STI_H_
-#define _STI_H_
+#ifndef _IC_STIREG_H_
+#define _IC_STIREG_H_
-#define STIDEBUG
+/* #define STIDEBUG */
#define STI_REGION_MAX 8
#define STI_MONITOR_MAX 256
@@ -584,4 +584,4 @@ STI_DEP(util);
#pragma pack()
-#endif /* _STI_H_ */
+#endif /* _IC_STIREG_H_ */
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h
index 7a699d31d0d..ad660624fe6 100644
--- a/sys/dev/ic/stivar.h
+++ b/sys/dev/ic/stivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stivar.h,v 1.1 2000/05/30 19:39:38 mickey Exp $ */
+/* $OpenBSD: stivar.h,v 1.2 2001/01/11 21:30:30 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -31,9 +31,10 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _STIVAR_H_
-#define _STIVAR_H_
+#ifndef _IC_STIVAR_H_
+#define _IC_STIVAR_H_
+/* #define STIDEBUG */
struct sti_softc {
struct device sc_dev;
@@ -76,4 +77,4 @@ struct sti_softc {
void sti_attach_common __P((struct sti_softc *sc));
int sti_intr __P((void *v));
-#endif /* _STIVAR_H_ */
+#endif /* _IC_STIVAR_H_ */