aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sppp
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
commit07af4a8e64e29219e1965630a66c7e92837d96d3 (patch)
tree907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/sppp
parent93f03548500fbe1dda5140d30fe8a48d4686ed70 (diff)
downloadsrc-07af4a8e64e29219e1965630a66c7e92837d96d3.tar.gz
src-07af4a8e64e29219e1965630a66c7e92837d96d3.zip
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.
Notes
Notes: svn path=/head/; revision=89244
Diffstat (limited to 'sys/modules/sppp')
-rw-r--r--sys/modules/sppp/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/sppp/Makefile b/sys/modules/sppp/Makefile
index b8c56f653c5f..ec41649bdecc 100644
--- a/sys/modules/sppp/Makefile
+++ b/sys/modules/sppp/Makefile
@@ -7,6 +7,15 @@ SRCS= if_spppsubr.c
SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
NOMAN=
+EXPORT_SYMS= sppp_attach \
+ sppp_detach \
+ sppp_input \
+ sppp_ioctl \
+ sppp_dequeue \
+ sppp_pick \
+ sppp_isempty \
+ sppp_flush
+
opt_inet.h:
echo "#define INET 1" > opt_inet.h