NAME
MODULE_VERSION
—
set kernel module version
SYNOPSIS
#include
<sys/module.h>
MODULE_VERSION
(name,
int version);
DESCRIPTION
TheMODULE_VERSION
()
macro sets the version of the module called name to
version. Other kernel modules can then depend on this
module (see
MODULE_DEPEND(9)).
EXAMPLES
MODULE_VERSION(foo, 1);
SEE ALSO
AUTHORS
This manual page was written by Alexander Langer <alex@FreeBSD.org>.