Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
led.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/jiffies.h>
#include <linux/timer.h>
#include <linux/uaccess.h>
#include <asm/auxio.h>

Go to the source code of this file.

Macros

#define LED_MAX_LENGTH   8 /* maximum chars written to proc file */
 
#define LED_VERSION   "0.1"
 

Functions

 module_init (led_init)
 
 module_exit (led_exit)
 
 MODULE_AUTHOR ("Lars Kotthoff <metalhead@metalhead.ws>")
 
 MODULE_DESCRIPTION ("Provides control of the front LED on SPARC systems.")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION (LED_VERSION)
 

Macro Definition Documentation

#define LED_MAX_LENGTH   8 /* maximum chars written to proc file */

Definition at line 14 of file led.c.

#define LED_VERSION   "0.1"

Definition at line 120 of file led.c.

Function Documentation

MODULE_AUTHOR ( "Lars Kotthoff <metalhead@metalhead.ws>"  )
MODULE_DESCRIPTION ( "Provides control of the front LED on SPARC systems."  )
module_exit ( led_exit  )
module_init ( led_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( LED_VERSION  )