summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisavar.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-20 01:56:33 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-20 01:56:33 +0000
commita609729fa7becf2ca9ea0bb616e70e1ce25ba0fb (patch)
treed2094fcf725f8dfa3c0af8e888cfb495f408c146 /sys/dev/eisa/eisavar.h
parent42a3bd05c8528684af78c4db9d3be6fcdebbb0a0 (diff)
no need for these to sit in their own dirs, there not gonna be any sources there anyway, all code is in the particular bus adapter's source
Diffstat (limited to 'sys/dev/eisa/eisavar.h')
-rw-r--r--sys/dev/eisa/eisavar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisavar.h b/sys/dev/eisa/eisavar.h
index 9451b2c30be..17a8c6f4bf3 100644
--- a/sys/dev/eisa/eisavar.h
+++ b/sys/dev/eisa/eisavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisavar.h,v 1.10 1999/06/16 14:38:35 espie Exp $ */
+/* $OpenBSD: eisavar.h,v 1.11 2002/12/20 01:56:32 mickey Exp $ */
/* $NetBSD: eisavar.h,v 1.11 1997/06/06 23:30:07 thorpej Exp $ */
/*
@@ -67,7 +67,7 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
#include <arc/eisa/eisa_machdep.h>
#endif
#if __hppa__
-#include <hppa/eisa/eisa_machdep.h>
+#include <hppa/include/eisa_machdep.h>
#endif
typedef int eisa_slot_t; /* really only needs to be 4 bits */