|
NAMEMODULE_VERSION —
set kernel module version
SYNOPSIS#include <sys/param.h>
#include <sys/module.h>
DESCRIPTIONTheMODULE_VERSION () macro sets the version of the
module called name. Other kernel modules can then depend
on this module (see
MODULE_DEPEND(9)).
EXAMPLESMODULE_VERSION(foo, 1); SEE ALSODECLARE_MODULE(9), module(9), MODULE_DEPEND(9)AUTHORSThis manual page was written by Alexander Langer <alex@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |