xref: /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/speed.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014-2015, Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef _FSL_LAYERSCAPE_SPEED_H
7 #define _FSL_LAYERSCAPE_SPEED_H
8 void get_sys_info(struct sys_info *sys_info);
9 #ifdef CONFIG_SYS_DPAA_QBMAN
10 unsigned long get_qman_freq(void);
11 #endif
12 #endif /* _FSL_LAYERSCAPE_SPEED_H */
13