summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp/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/agp/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/agp/Makefile')
-rw-r--r--sys/modules/agp/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 625d4d9..9989dfb 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -9,4 +9,15 @@ SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
SRCS+= opt_bdg.h opt_bus.h opt_pci.h
MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
+EXPORT_SYMS= agp_find_device \
+ agp_state \
+ agp_acquire \
+ agp_release \
+ agp_enable \
+ agp_alloc_memory \
+ agp_free_memory \
+ agp_bind_memory \
+ agp_unbind_memory \
+ agp_memory_info
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud