X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fwatchdog.h;h=a4a4e8e614e4af30f75b651d62e7dd3f9d4bff2d;hb=1d5d0275d7684005643952b4591eb5899f55beaf;hp=3a357de903f1449dbfd51be3ede273673bbf78bd;hpb=02f173ca156cee8526dff87603d5e446b443cde3;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/watchdog.h b/include/watchdog.h index 3a357de..a4a4e8e 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -77,7 +77,7 @@ int init_func_watchdog_reset(void); * Prototypes from $(CPU)/cpu.c. */ -#if defined(CONFIG_HW_WATCHDOG) && !defined(__ASSEMBLY__) +#if (defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)) && !defined(__ASSEMBLY__) void hw_watchdog_init(void); #endif