svn commit: r230701 - stable/9/sys/dev/esp
Marius Strobl
marius at FreeBSD.org
Sun Jan 29 00:47:12 UTC 2012
Author: marius
Date: Sun Jan 29 00:47:11 2012
New Revision: 230701
URL: http://svn.freebsd.org/changeset/base/230701
Log:
MFC: r226950
Add multiple inclusion protection.
Modified:
stable/9/sys/dev/esp/ncr53c9xreg.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/dev/esp/ncr53c9xreg.h
==============================================================================
--- stable/9/sys/dev/esp/ncr53c9xreg.h Sun Jan 29 00:45:54 2012 (r230700)
+++ stable/9/sys/dev/esp/ncr53c9xreg.h Sun Jan 29 00:47:11 2012 (r230701)
@@ -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_ */
More information about the svn-src-stable-9
mailing list