blob: 55212660e72df182d1f4780734d0bb35b5a5ec82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* 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
|