]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/global_data.h
* LWMON extensions:
[karo-tx-uboot.git] / include / asm-ppc / global_data.h
index c53061b5df5504276475057659209dcb02c78bb0..231f24724e0dd30ee9ce6316edf6c3e3da48d536 100644 (file)
@@ -70,10 +70,18 @@ typedef     struct  global_data {
 #endif
 #ifdef CONFIG_POST
        unsigned long   post_log_word;  /* Record POST activities */
+       unsigned long   post_init_f_time;  /* When post_init_f started */
 #endif
 #ifdef CONFIG_BOARD_TYPES
        unsigned long   board_type;
 #endif
+#ifdef CONFIG_MODEM_SUPPORT
+       unsigned long do_mdm_init;
+       unsigned long be_quiet;
+#endif
+#ifdef CONFIG_LWMON
+       unsigned long kbd_status;
+#endif 
 } gd_t;
 
 /*