Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
MODULE_VERSION — set kernel module version
MODULE_VERSION
#include <sys/param.h> #include <sys/module.h>
#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 <alex@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.