X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fwatchdog.h;h=a4a4e8e614e4af30f75b651d62e7dd3f9d4bff2d;hb=5e6267af31165cdc6d918fd8aff8ae12a30ec9f8;hp=3a357de903f1449dbfd51be3ede273673bbf78bd;hpb=f95fdf237d8de9bf4dac4e4449015692c2283ac4;p=oweals%2Fu-boot.git diff --git a/include/watchdog.h b/include/watchdog.h index 3a357de903..a4a4e8e614 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