aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-10-30 21:45:36 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-10-30 21:45:36 +0000
commit803e97938e280ba3ab8fa905ef298c359ad85924 (patch)
treeec8472c94d5d8b7a6c9dbfa7b63172d4bbc7a172
parentfb1b34b3130d9e685f69c26b8b779d98c49fa170 (diff)
downloadsrc-803e97938e280ba3ab8fa905ef298c359ad85924.tar.gz
src-803e97938e280ba3ab8fa905ef298c359ad85924.zip
Add multiple inclusion protection.
Notes
Notes: svn path=/head/; revision=226950
-rw-r--r--sys/dev/esp/ncr53c9xreg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h
index ab0342173f80..dffbf7cd5770 100644
--- a/sys/dev/esp/ncr53c9xreg.h
+++ b/sys/dev/esp/ncr53c9xreg.h
@@ -31,6 +31,9 @@
/* $FreeBSD$ */
+#ifndef _NCR53C9XREG_H_
+#define _NCR53C9XREG_H_
+
/*
* Register addresses, relative to some base address
*/
@@ -288,3 +291,4 @@
#define NCRFAS_STAT2_OSHUTTLE 0x40 /* next byte from FIFO is MSB */
#define NCRFAS_STAT2_EMPTY 0x80 /* FIFO is empty */
+#endif /* _NCR53C9XREG_H_ */