#include <linux/io.h>
#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/of_address.h>
#include <linux/platform_device.h>
#include <linux/printk.h>
#include <linux/reboot.h>
#define RESCNT2 …
#define RESCNT2_PRES …
static int rmobile_reset_handler(struct sys_off_data *data)
{ … }
static int rmobile_reset_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id rmobile_reset_of_match[] = …;
MODULE_DEVICE_TABLE(of, rmobile_reset_of_match);
static struct platform_driver rmobile_reset_driver = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_AUTHOR(…) …;
MODULE_LICENSE(…) …;