summaryrefslogtreecommitdiffstats
path: root/sys/modules/ppbus/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
committermsmith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
commitbbe7d6474cb6fd7052476f34d8519d5fe8d55089 (patch)
tree907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/ppbus/Makefile
parent2f13afa09c7bc1e4af91731ca10d1c30847a8daa (diff)
downloadFreeBSD-src-bbe7d6474cb6fd7052476f34d8519d5fe8d55089.zip
FreeBSD-src-bbe7d6474cb6fd7052476f34d8519d5fe8d55089.tar.gz
Export symbols that constitute APIs defined by these
modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
Diffstat (limited to 'sys/modules/ppbus/Makefile')
-rw-r--r--sys/modules/ppbus/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/ppbus/Makefile b/sys/modules/ppbus/Makefile
index 2fbc822..9f62f03 100644
--- a/sys/modules/ppbus/Makefile
+++ b/sys/modules/ppbus/Makefile
@@ -8,4 +8,16 @@ SRCS= bus_if.h device_if.h ppbus_if.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
NOMAN=
+EXPORT_SYMS= ppb_attach_device \
+ ppb_request_bus \
+ ppb_release_bus \
+ ppb_get_status \
+ ppb_poll_bus \
+ ppb_reset_epp_timeout \
+ ppb_ecp_sync \
+ ppb_get_epp_protocol \
+ ppb_set_mode \
+ ppb_get_mode \
+ ppb_write
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud