X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fe500.h;h=e1708b9dc956f01573da0e71c2bf0f4b9a56c628;hb=f3807374787e4394efb767e2e8527887f57e51b8;hp=f8c82661a2d18af069c2ee9aa75f139b45f5a082;hpb=0e870980a64584a591af775bb9c9fe9450124df9;p=oweals%2Fu-boot.git diff --git a/include/e500.h b/include/e500.h index f8c82661a2..e1708b9dc9 100644 --- a/include/e500.h +++ b/include/e500.h @@ -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 */