tail head cat sleep
QR code linking to this page

Manual Pages  — MODULE_VERSION

NAME

MODULE_VERSION – set kernel module version

CONTENTS

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 <Mt alex@FreeBSD.org>.

MODULE_VERSION (9) March 11, 2001

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Today, the Unix equivalent of a power drill would have 20 dials and switches, come with a nonstandard plug, require the user to hand-wind the motor coil, and not accept 3/8" or 7/8" drill bits (though this would be documented in the BUGS section of its instruction manual).
— The Unix Haters' handbook