blob: 55212660e72df182d1f4780734d0bb35b5a5ec82 [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __IRIS_POWER_H__
#define __IRIS_POWER_H__
struct iris_inst;
int iris_scale_power(struct iris_inst *inst);
#endif