summaryrefslogtreecommitdiffstats
path: root/include/watchdog.h
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-10-22 15:19:01 +0000
committerStefano Babic <sbabic@denx.de>2013-01-13 11:39:57 +0100
commitabbab70363dcdb270cbf24d47849214dd3a3e010 (patch)
tree2eb6f30be46ddc350e5635179dabdd126be2b0cd /include/watchdog.h
parent17c5ef20073c49ae1a10150b4194b25b6f1154fe (diff)
downloadblackbird-obmc-uboot-abbab70363dcdb270cbf24d47849214dd3a3e010.tar.gz
blackbird-obmc-uboot-abbab70363dcdb270cbf24d47849214dd3a3e010.zip
mx31/mx35/mx51/mx53/mx6: add watchdog
Use a common watchdog driver for all these cpus. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index b9599143af..328a30b9aa 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -35,6 +35,7 @@
* Hardware watchdog
*/
#ifdef CONFIG_HW_WATCHDOG
+ void hw_watchdog_init(void);
#if defined(__ASSEMBLY__)
#define WATCHDOG_RESET bl hw_watchdog_reset
#else
OpenPOWER on IntegriCloud