Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
heartbeat.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/sched.h>
#include <linux/timer.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <asm/heartbeat.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "heartbeat"
 
#define DRV_VERSION   "0.1.2"
 

Functions

 module_init (heartbeat_init)
 
 module_exit (heartbeat_exit)
 
 MODULE_VERSION (DRV_VERSION)
 
 MODULE_AUTHOR ("Paul Mundt")
 
 MODULE_LICENSE ("GPL v2")
 

Macro Definition Documentation

#define DRV_NAME   "heartbeat"

Definition at line 30 of file heartbeat.c.

#define DRV_VERSION   "0.1.2"

Definition at line 31 of file heartbeat.c.

Function Documentation

MODULE_AUTHOR ( "Paul Mundt"  )
module_exit ( heartbeat_exit  )
module_init ( heartbeat_init  )
MODULE_LICENSE ( "GPL v2 )
MODULE_VERSION ( DRV_VERSION  )