icc-debug.h 345 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* Copyright (c) 2021, The Linux Foundation. All rights reserved. */
  3. #ifndef __QCOM_ICC_DEBUG_H__
  4. #define __QCOM_ICC_DEBUG_H__
  5. #include <linux/interconnect-provider.h>
  6. int qcom_icc_debug_register(struct icc_provider *provider);
  7. int qcom_icc_debug_unregister(struct icc_provider *provider);
  8. #endif