Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
watchdog_core.h File Reference

Go to the source code of this file.

Macros

#define MAX_DOGS   32 /* Maximum number of watchdog devices */
 

Functions

int watchdog_dev_register (struct watchdog_device *)
 
int watchdog_dev_unregister (struct watchdog_device *)
 
int __init watchdog_dev_init (void)
 
void __exit watchdog_dev_exit (void)
 

Macro Definition Documentation

#define MAX_DOGS   32 /* Maximum number of watchdog devices */

Definition at line 29 of file watchdog_core.h.

Function Documentation

void __exit watchdog_dev_exit ( void  )

Definition at line 599 of file watchdog_dev.c.

int __init watchdog_dev_init ( void  )

Definition at line 585 of file watchdog_dev.c.

int watchdog_dev_register ( struct watchdog_device )

Definition at line 522 of file watchdog_dev.c.

int watchdog_dev_unregister ( struct watchdog_device )

Definition at line 565 of file watchdog_dev.c.