Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MODULE_VERSION(9)	   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>.

FreeBSD	15.0			March 11, 2001		     MODULE_VERSION(9)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=MODULE_VERSION&sektion=9&manpath=FreeBSD+15.0-RELEASE+and+Ports>

home | help