14 lines
257 B
C
14 lines
257 B
C
/* 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
|