Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-exynos / watchdog.h
index 3015875..ee0c9c9 100644 (file)
 #define WTCON_INT              (0x1 << WTCON_INTEN_OFFSET)
 
 #ifndef __ASSEMBLY__
-struct exynos4_watchdog {
+struct s5p_watchdog {
        unsigned int wtcon;
        unsigned int wtdat;
        unsigned int wtcnt;
        unsigned int wtclrint;
 };
+
+/* functions */
+void wdt_stop(void);
+void wdt_start(unsigned int timeout);
 #endif /* __ASSEMBLY__ */
 
 #endif