X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommon.h;h=97c04df588ed641d50435f571342e0bb8b640a34;hb=be0ecdbed5efc7833275701ebdb1ff8ef7ffd4c0;hp=c7e51ca41c98214a7fc7338c09ddf97e937082d3;hpb=0ace4d9d8f33c54611af9f9b786696305aef97c3;p=u-boot diff --git a/include/common.h b/include/common.h index c7e51ca41c..97c04df588 100644 --- a/include/common.h +++ b/include/common.h @@ -616,6 +616,7 @@ int checkicache (void); int checkdcache (void); void upmconfig (unsigned int, unsigned int *, unsigned int); ulong get_tbclk (void); +void reset_misc (void); void reset_cpu (ulong addr); #if defined (CONFIG_OF_LIBFDT) && defined (CONFIG_OF_BOARD_SETUP) void ft_cpu_setup(void *blob, bd_t *bd);