Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wdt285.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/reboot.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/uaccess.h>
#include <linux/irq.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/system_info.h>
#include <asm/hardware/dec21285.h>

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

 MODULE_AUTHOR ("Phil Blundell <[email protected]>")
 
 MODULE_DESCRIPTION ("Footbridge watchdog driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS_MISCDEV (WATCHDOG_MINOR)
 
 module_param (soft_margin, int, 0)
 
 MODULE_PARM_DESC (soft_margin,"Watchdog timeout in seconds")
 
 module_init (footbridge_watchdog_init)
 
 module_exit (footbridge_watchdog_exit)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 19 of file wdt285.c.

Function Documentation

MODULE_ALIAS_MISCDEV ( WATCHDOG_MINOR  )
MODULE_AUTHOR ( "Phil Blundell <[email protected]>"  )
MODULE_DESCRIPTION ( "Footbridge watchdog driver )
module_exit ( footbridge_watchdog_exit  )
module_init ( footbridge_watchdog_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( soft_margin  ,
int  ,
 
)
MODULE_PARM_DESC ( soft_margin  ,
"Watchdog timeout in seconds  
)