MODULE_VERSION(9) set kernel module version

SYNOPSIS

In sys/param.h In sys/module.h Fn MODULE_VERSION name int version

DESCRIPTION

The Fn MODULE_VERSION macro sets the version of the module called Fa name . Other kernel modules can then depend on this module (see MODULE_DEPEND9).

EXAMPLES

MODULE_VERSION(foo, 1);

AUTHORS

An -nosplit This manual page was written by An Alexander Langer Aq [email protected] .