X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwatchdog.h;h=b9599143afdb4cb701eb98d3f57d3971d9129f30;hb=7d3053fbf16caad4745f42f7ae3e38e9d3e964b5;hp=7180259d05445db5e08a77493194b7c4778226d0;hpb=ca75added10524a1f8e439e904ba72cb74c917a4;p=u-boot diff --git a/include/watchdog.h b/include/watchdog.h index 7180259d05..b9599143af 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -80,7 +80,12 @@ void reset_5xx_watchdog(volatile immap_t *immr); #endif -/* IBM 4xx */ +/* MPC 5xxx */ +#if defined(CONFIG_MPC5xxx) && !defined(__ASSEMBLY__) + void reset_5xxx_watchdog(void); +#endif + +/* AMCC 4xx */ #if defined(CONFIG_4xx) && !defined(__ASSEMBLY__) void reset_4xx_watchdog(void); #endif