summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-exynos/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/watchdog.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/watchdog.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/watchdog.h b/arch/arm/include/asm/arch-exynos/watchdog.h
index 3015875..ee0c9c9 100644
--- a/arch/arm/include/asm/arch-exynos/watchdog.h
+++ b/arch/arm/include/asm/arch-exynos/watchdog.h
@@ -42,12 +42,16 @@
#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