|
NAMEMODULE_DEPEND —
set kernel module dependencies
SYNOPSIS#include <sys/param.h>
#include <sys/module.h>
DESCRIPTIONTheMODULE_DEPEND () macro sets a dependency on another
kernel module with name moddepend, which has registered
its version with MODULE_VERSION ().
The Three versions must be specified for moddepend:
EXAMPLESMODULE_DEPEND(foo, bar, 1, 3, 4); SEE ALSODECLARE_MODULE(9), module(9), MODULE_VERSION(9)AUTHORSThis manual page was written by Alexander Langer <alex@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |