summaryrefslogtreecommitdiffstats
path: root/sys/modules/libmchain/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/libmchain/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/libmchain/Makefile')
-rw-r--r--sys/modules/libmchain/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/modules/libmchain/Makefile b/sys/modules/libmchain/Makefile
index 39cfeb0..d810953 100644
--- a/sys/modules/libmchain/Makefile
+++ b/sys/modules/libmchain/Makefile
@@ -5,4 +5,40 @@
KMOD= libmchain
SRCS= subr_mchain.c
+EXPORT_SYMS= m_fixhdr \
+ mb_init \
+ mb_initm \
+ mb_done \
+ mb_detach \
+ mb_fixhdr \
+ mb_reserve \
+ mb_put_uint8 \
+ mb_put_uint16be \
+ mb_put_uint16le \
+ mb_put_uint32be \
+ mb_put_uint32le \
+ mb_put_int64be \
+ mb_put_int64le \
+ mb_put_mem \
+ mb_put_mbuf \
+ mb_put_uio \
+ md_init \
+ md_initm \
+ md_done \
+ md_append_record \
+ md_next_record \
+ md_get_uint8 \
+ md_get_uint16 \
+ md_get_uint16le \
+ md_get_uint16be \
+ md_get_uint32 \
+ md_get_uint32be \
+ md_get_uint32le \
+ md_get_int64 \
+ md_get_int64be \
+ md_get_int64le \
+ md_get_mem \
+ md_get_mbuf \
+ md_get_uio \
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud