watchdog: bcm47xx_wdt.c: add restart handler support
[deliverable/linux.git] / include / linux / bcm47xx_wdt.h
index b708786d4cbf6d374bdff697eac61e623d427723..5582c211f594e03d188a56631446ec94016d9fc0 100644 (file)
@@ -16,6 +16,7 @@ struct bcm47xx_wdt {
 
        struct watchdog_device wdd;
        struct notifier_block notifier;
+       struct notifier_block restart_handler;
 
        struct timer_list soft_timer;
        atomic_t soft_ticks;
This page took 0.024056 seconds and 5 git commands to generate.