]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-ppc/global_data.h
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
[people/ms/u-boot.git] / include / asm-ppc / global_data.h
index 9ccf7d6017d3f70d3479ae81ec1193eb92217ec8..202c8441c26aeca1fd6082b4f8ad921d004c24ce 100644 (file)
@@ -154,6 +154,9 @@ typedef     struct  global_data {
 #endif
 #if defined(CONFIG_LWMON) || defined(CONFIG_LWMON5)
        unsigned long kbd_status;
+#endif
+#if defined(CONFIG_WD_MAX_RATE)
+       unsigned long long wdt_last;    /* trace watch-dog triggering rate */
 #endif
        void            **jt;           /* jump table */
 } gd_t;