summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/bus.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-06 16:27:21 +0000
committernyan <nyan@FreeBSD.org>2001-10-06 16:27:21 +0000
commit93864b29c85e4d24da07bfd6c352e242cc457039 (patch)
treecc80326f09ea7cbf18e17ce8a8905e184400cd9a /sys/amd64/include/bus.h
parent9c40c48b35e106f89d0df657780deb8b385e23b3 (diff)
downloadFreeBSD-src-93864b29c85e4d24da07bfd6c352e242cc457039.zip
FreeBSD-src-93864b29c85e4d24da07bfd6c352e242cc457039.tar.gz
- Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.
(bus_dma.h is repo-copied from bus_at386.h) - Added '#include <machine/bus_dma.h>' into bus.h for backward compatibility.
Diffstat (limited to 'sys/amd64/include/bus.h')
-rw-r--r--sys/amd64/include/bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/bus.h b/sys/amd64/include/bus.h
index 04814ea..33d4162 100644
--- a/sys/amd64/include/bus.h
+++ b/sys/amd64/include/bus.h
@@ -41,5 +41,6 @@
/* IBM-PC */
#include <machine/bus_at386.h>
#endif
+#include <machine/bus_dma.h>
#endif /* _I386_BUS_H_ */
OpenPOWER on IntegriCloud