diff options
Diffstat (limited to 'include/e500.h')
| -rw-r--r-- | include/e500.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/e500.h b/include/e500.h index e1708b9dc..0ff8e89a1 100644 --- a/include/e500.h +++ b/include/e500.h @@ -18,6 +18,9 @@ typedef struct  #ifdef CONFIG_SYS_DPAA_FMAN    unsigned long freqFMan[CONFIG_SYS_NUM_FMAN];  #endif +#ifdef CONFIG_SYS_DPAA_QBMAN +  unsigned long freqQMAN; +#endif  #ifdef CONFIG_SYS_DPAA_PME    unsigned long freqPME;  #endif |