speed.h 320 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2014-2015, Freescale Semiconductor, Inc.
  4. */
  5. #ifndef _FSL_LAYERSCAPE_SPEED_H
  6. #define _FSL_LAYERSCAPE_SPEED_H
  7. void get_sys_info(struct sys_info *sys_info);
  8. #ifdef CONFIG_SYS_DPAA_QBMAN
  9. unsigned long get_qman_freq(void);
  10. #endif
  11. #endif /* _FSL_LAYERSCAPE_SPEED_H */