]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/watchdog.h
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
[karo-tx-uboot.git] / include / watchdog.h
index b9599143afdb4cb701eb98d3f57d3971d9129f30..8c92a0b31beaa2fe52210d7a2dbf2ed22cb28168 100644 (file)
@@ -90,4 +90,8 @@
        void reset_4xx_watchdog(void);
 #endif
 
+/* Freescale i.MX */
+#if defined(CONFIG_IMX_WATCHDOG) && !defined(__ASSEMBLY__)
+       void hw_watchdog_init(void);
+#endif
 #endif /* _WATCHDOG_H_ */