summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-24 23:03:17 +0000
committerimp <imp@FreeBSD.org>2004-12-24 23:03:17 +0000
commit74b159d49712980d6819e2b6f8b6a1543c2b6ff8 (patch)
treec53bb4f609438308be1fb33d12d130bb74f2429c /sys/isa/isa_common.h
parent5076ddfeb956d59e3a0a381938bfa73aafc9dde2 (diff)
downloadFreeBSD-src-74b159d49712980d6819e2b6f8b6a1543c2b6ff8.zip
FreeBSD-src-74b159d49712980d6819e2b6f8b6a1543c2b6ff8.tar.gz
Get rid of #ifdef for legacy system. Move that into the MD code.
Export minimal symbols to allow this to happen.
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index e17e82b..65e0ad5 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -77,3 +77,5 @@ extern int isa_teardown_intr(device_t bus, device_t child, struct resource *r,
void *cookie);
#endif
+extern driver_t isa_driver;
+extern devclass_t isa_devclass;
OpenPOWER on IntegriCloud