summaryrefslogtreecommitdiffstats
path: root/sys/isa/isareg.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-30 11:02:17 +0000
committerdfr <dfr@FreeBSD.org>1999-05-30 11:02:17 +0000
commit3372b64e9da101fdd27f84e127b88dfc1c69edb6 (patch)
tree6f9756cfbc396db3e53829159e59e48cfaa96521 /sys/isa/isareg.h
parent5e6c0b736334f0b218b5fe71b0edf37422a870d2 (diff)
downloadFreeBSD-src-3372b64e9da101fdd27f84e127b88dfc1c69edb6.zip
FreeBSD-src-3372b64e9da101fdd27f84e127b88dfc1c69edb6.tar.gz
* Add ivars for ISA pnp.
* Move isa_dma* declarations to isavar.h. * Add a method ISA_DELETE_RESOURCE() to the ISA interface. * Tidy up include protection defines.
Diffstat (limited to 'sys/isa/isareg.h')
-rw-r--r--sys/isa/isareg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h
index 644755a..e15f7cd 100644
--- a/sys/isa/isareg.h
+++ b/sys/isa/isareg.h
@@ -34,15 +34,15 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isareg.h,v 1.1 1998/08/06 08:49:09 dfr Exp $
+ * $Id: isareg.h,v 1.2 1999/01/06 05:49:30 yokota Exp $
*/
#ifdef PC98
#error isa.h is included from PC-9801 source
#endif
-#ifndef _I386_ISA_ISA_H_
-#define _I386_ISA_ISA_H_
+#ifndef _ISA_ISA_H_
+#define _ISA_ISA_H_
/* BEWARE: Included in both assembler and C code */
@@ -197,4 +197,4 @@
#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
#endif /* !COMPAQ_RAMRELOC */
-#endif /* !_I386_ISA_ISA_H_ */
+#endif /* !_ISA_ISA_H_ */
OpenPOWER on IntegriCloud