Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ver.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include "ver.h"

Go to the source code of this file.

Macros

#define CLUSTER_BUILD_VERSION   "1.5.0"
 
#define VERSION_STR   "OCFS2 Node Manager " CLUSTER_BUILD_VERSION
 

Functions

void cluster_print_version (void)
 
 MODULE_DESCRIPTION (VERSION_STR)
 
 MODULE_VERSION (CLUSTER_BUILD_VERSION)
 

Macro Definition Documentation

#define CLUSTER_BUILD_VERSION   "1.5.0"

Definition at line 31 of file ver.c.

#define VERSION_STR   "OCFS2 Node Manager " CLUSTER_BUILD_VERSION

Definition at line 33 of file ver.c.

Function Documentation

void cluster_print_version ( void  )

Definition at line 35 of file ver.c.

MODULE_DESCRIPTION ( VERSION_STR  )
MODULE_VERSION ( CLUSTER_BUILD_VERSION  )