mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00
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
|