summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt_openbsd.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-07-13 00:03:30 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-07-13 00:03:30 +0000
commit91bf365a584ba435feb2ba71bd90c9a831747b19 (patch)
tree4276787b65f88aaef4e295568b0bf5fd874c0618 /sys/dev/ic/mpt_openbsd.h
parent9a56b40b40039237da13b7998437e9c242a9598a (diff)
Replace _DEV_IC_MPT_NETBSD_H_ with _DEV_IC_MPT_OPENBSD_H_
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.h')
-rw-r--r--sys/dev/ic/mpt_openbsd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/mpt_openbsd.h b/sys/dev/ic/mpt_openbsd.h
index de95ec82a56..5c0850585d1 100644
--- a/sys/dev/ic/mpt_openbsd.h
+++ b/sys/dev/ic/mpt_openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpt_openbsd.h,v 1.7 2004/07/12 23:57:14 marco Exp $ */
+/* $OpenBSD: mpt_openbsd.h,v 1.8 2004/07/13 00:03:29 marco Exp $ */
/* $NetBSD: mpt_netbsd.h,v 1.2 2003/04/16 23:02:14 thorpej Exp $ */
/*
@@ -93,8 +93,8 @@
* ZOOM International, s.r.o.
*/
-#ifndef _DEV_IC_MPT_NETBSD_H_
-#define _DEV_IC_MPT_NETBSD_H_
+#ifndef _DEV_IC_MPT_OPENBSD_H_
+#define _DEV_IC_MPT_OPENBSD_H_
#include <sys/param.h>
#include <sys/systm.h>
@@ -302,4 +302,4 @@ do { \
(*(mpt)->sc_set_config_regs)((mpt)); \
} while (/*CONSTCOND*/0)
-#endif /* _DEV_IC_MPT_NETBSD_H_ */
+#endif /* _DEV_IC_MPT_OPENBSD_H_ */