]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/pmu.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / x86 / include / asm / pmu.h
1 /*
2  * Copyright (c) 2017 Intel Corporation
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 #ifndef _X86_ASM_PMU_IPC_H_
7 #define _X86_ASM_PMU_IPC_H_
8
9 int pmu_turn_power(unsigned int lss, bool on);
10
11 #endif  /* _X86_ASM_PMU_IPC_H_ */