clk-opp.h 324 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* Copyright (c) 2020, The Linux Foundation. All rights reserved. */
  3. #ifndef __QCOM_CLK_OPP_H__
  4. #define __QCOM_CLK_OPP_H__
  5. void clk_hw_populate_clock_opp_table(struct device_node *np,
  6. struct clk_hw *hw);
  7. #define MAX_LEN_OPP_HANDLE 100
  8. #define LEN_OPP_HANDLE 16
  9. #endif