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

Go to the source code of this file.

Macros

#define DRV_NAME   "push-switch"
 
#define DRV_VERSION   "0.1.1"
 

Functions

 module_init (switch_init)
 
 module_exit (switch_exit)
 
 MODULE_VERSION (DRV_VERSION)
 
 MODULE_AUTHOR ("Paul Mundt")
 
 MODULE_LICENSE ("GPL v2")
 

Macro Definition Documentation

#define DRV_NAME   "push-switch"

Definition at line 17 of file push-switch.c.

#define DRV_VERSION   "0.1.1"

Definition at line 18 of file push-switch.c.

Function Documentation

MODULE_AUTHOR ( "Paul Mundt"  )
module_exit ( switch_exit  )
module_init ( switch_init  )
MODULE_LICENSE ( "GPL v2 )
MODULE_VERSION ( DRV_VERSION  )