summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-30 11:03:10 +0000
committerdfr <dfr@FreeBSD.org>1999-05-30 11:03:10 +0000
commitcc731817af228c4449d79e2623c712c5c1f95603 (patch)
tree341e8918e7f0aa2e06d47697872c598978c3cfb7 /sys/i386/isa/isa_device.h
parent3372b64e9da101fdd27f84e127b88dfc1c69edb6 (diff)
downloadFreeBSD-src-cc731817af228c4449d79e2623c712c5c1f95603.zip
FreeBSD-src-cc731817af228c4449d79e2623c712c5c1f95603.tar.gz
Don't include isa_dma.h if we have already seen isavar.h
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index b8c0ed0..022dfc3 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,15 +31,17 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.60 1999/04/21 07:26:28 peter Exp $
+ * $Id: isa_device.h,v 1.61 1999/05/08 18:20:05 peter Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
#define _I386_ISA_ISA_DEVICE_H_
#ifdef KERNEL
+#ifndef _ISA_ISAVAR_H_
#include <i386/isa/isa_dma.h>
#endif
+#endif
/*
* ISA Bus Autoconfiguration
OpenPOWER on IntegriCloud