blob: 818e80881eca233fba548d41276cfa2247b6eeb3 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Andy Shevchenko7d2c2012017-04-01 16:21:34 +03002/*
3 * Copyright (c) 2017 Intel Corporation
Andy Shevchenko7d2c2012017-04-01 16:21:34 +03004 */
Simon Glassd3ccb7a2020-12-23 08:11:33 -07005#ifndef _X86_ASM_PMU_H_
6#define _X86_ASM_PMU_H_
Andy Shevchenko7d2c2012017-04-01 16:21:34 +03007
8int pmu_turn_power(unsigned int lss, bool on);
9
Simon Glassd3ccb7a2020-12-23 08:11:33 -070010#endif /* _X86_ASM_PMU_H_ */