diff options
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/watchdog.h')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/watchdog.h | 6 |
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 30158756c7..ee0c9c9e4b 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 |