module_version(9) debian man page | unix.com

Man Page: module_version

Operating Environment: debian

Section: 9

MODULE_VERSION(9)					   BSD Kernel Developer's Manual					 MODULE_VERSION(9)

NAME
MODULE_VERSION -- set kernel module version
SYNOPSIS
#include <sys/param.h> #include <sys/module.h> MODULE_VERSION(name, int version);
DESCRIPTION
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)).
EXAMPLES
MODULE_VERSION(foo, 1);
SEE ALSO
DECLARE_MODULE(9), module(9), MODULE_DEPEND(9)
AUTHORS
This manual page was written by Alexander Langer <alex@FreeBSD.org>.
BSD
March 11, 2001 BSD
Related Man Pages
syscall_module(9) - debian
module(9) - debian
declare_module(9) - freebsd
driver_module_ordered(9) - freebsd
syscall_module(9) - freebsd
Similar Topics in the Unix Linux Community
graphics drivers
Help pinpointing high HTTPD CPU usage in TOP
Sun Oracle Netra T5220 processor help
Nvidia Module Not Loading (Desktop Gone)
Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]