#include <linux/kernel.h>
#include <linux/compiler.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/fs.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <sysdev/fsl_soc.h>
Go to the source code of this file.
#define GEF_WDC_ENABLE_SHIFT 24 |
#define GEF_WDC_ENABLED_FALSE 0 |
#define GEF_WDC_ENABLED_SHIFT 31 |
#define GEF_WDC_ENABLED_TRUE 1 |
#define GEF_WDC_SERVICE_SHIFT 26 |
#define GEF_WDOG_FLAG_OPENED 0 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"platform:gef_wdt" |
| ) |
|
module_exit |
( |
gef_wdt_exit |
| ) |
|
module_init |
( |
gef_wdt_init |
| ) |
|
module_param |
( |
nowayout |
, |
|
|
bool |
, |
|
|
0 |
|
|
) |
| |