SYNOPSIS
In sys/param.h In sys/module.h Fn MODULE_VERSION name int versionDESCRIPTION
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);