Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
leds-net48xx.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/err.h>
#include <asm/io.h>
#include <linux/nsc_gpio.h>
#include <linux/scx200_gpio.h>
#include <linux/module.h>

Go to the source code of this file.

Macros

#define DRVNAME   "net48xx-led"
 
#define NET48XX_ERROR_LED_GPIO   20
 

Functions

 module_init (net48xx_led_init)
 
 module_exit (net48xx_led_exit)
 
 MODULE_AUTHOR ("Chris Boot <[email protected]>")
 
 MODULE_DESCRIPTION ("Soekris net48xx LED driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRVNAME   "net48xx-led"

Definition at line 23 of file leds-net48xx.c.

#define NET48XX_ERROR_LED_GPIO   20

Definition at line 24 of file leds-net48xx.c.

Function Documentation

MODULE_AUTHOR ( "Chris Boot <[email protected]>"  )
MODULE_DESCRIPTION ( "Soekris net48xx LED driver )
module_exit ( net48xx_led_exit  )
module_init ( net48xx_led_init  )
MODULE_LICENSE ( "GPL"  )