Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
watchdog_dev.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/watchdog.h>
#include <linux/miscdevice.h>
#include <linux/init.h>
#include <linux/uaccess.h>
#include "watchdog_core.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

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

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 33 of file watchdog_dev.c.

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 watchdog)

Definition at line 522 of file watchdog_dev.c.

int watchdog_dev_unregister ( struct watchdog_device watchdog)

Definition at line 565 of file watchdog_dev.c.