|
MODULE_VERSION(9)
Contents
|
MODULE_VERSION -- set kernel module version
#include <sys/param.h>
#include <sys/module.h>
MODULE_VERSION(name, int version);
The MODULE_VERSION() macro sets the version of the module called name.
Other kernel modules can then depend on this module (see
MODULE_DEPEND(9)).
MODULE_VERSION(foo, 1);
DECLARE_MODULE(9), module(9), MODULE_DEPEND(9)
This manual page was written by Alexander Langer <[email protected]>.
FreeBSD 5.2.1 March 11, 2001 FreeBSD 5.2.1 [ Back ] |