]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/e500.h
MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
[karo-tx-uboot.git] / include / e500.h
index f8c82661a2d18af069c2ee9aa75f139b45f5a082..e1708b9dc956f01573da0e71c2bf0f4b9a56c628 100644 (file)
@@ -15,6 +15,12 @@ typedef struct
   unsigned long freqDDRBus;
   unsigned long freqLocalBus;
   unsigned long freqQE;
+#ifdef CONFIG_SYS_DPAA_FMAN
+  unsigned long freqFMan[CONFIG_SYS_NUM_FMAN];
+#endif
+#ifdef CONFIG_SYS_DPAA_PME
+  unsigned long freqPME;
+#endif
 } MPC85xx_SYS_INFO;
 
 #endif  /* _ASMLANGUAGE */