Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Andy Shevchenko | 7d2c201 | 2017-04-01 16:21:34 +0300 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2017 Intel Corporation | ||||
Andy Shevchenko | 7d2c201 | 2017-04-01 16:21:34 +0300 | [diff] [blame] | 4 | */ |
5 | #ifndef _X86_ASM_PMU_IPC_H_ | ||||
6 | #define _X86_ASM_PMU_IPC_H_ | ||||
7 | |||||
8 | int pmu_turn_power(unsigned int lss, bool on); | ||||
9 | |||||
10 | #endif /* _X86_ASM_PMU_IPC_H_ */ |