X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Farch-exynos%2Fwatchdog.h;h=ee0c9c9e4b229ac97d0171e9f964bb293f63cee1;hb=a098cf41fdb2a6607c675f7fe4f3164617c9367e;hp=30158756c78ce4a9f1694e05a783b4e3d1e5f38f;hpb=792be0aa8039ada83d86d2fb330142eb8b259ade;p=platform%2Fkernel%2Fu-boot.git 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