MODULE_VERSION.9freebsd

Langue: en

Version: 308548 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

MODULE_VERSION - set kernel module version

SYNOPSIS

In sys/param.h In sys/module.h Fn MODULE_VERSION name int version

DESCRIPTION

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);
 

SEE ALSO

DECLARE_MODULE9, module(9), MODULE_DEPEND9

AUTHORS

An -nosplit This manual page was written by An Alexander Langer Aq alex@FreeBSD.org .