]> Git Repo - J-u-boot.git/blob - arch/x86/include/asm/pmu.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / x86 / include / asm / pmu.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2017 Intel Corporation
4  */
5 #ifndef _X86_ASM_PMU_H_
6 #define _X86_ASM_PMU_H_
7
8 int pmu_turn_power(unsigned int lss, bool on);
9
10 #endif  /* _X86_ASM_PMU_H_ */
This page took 0.026021 seconds and 4 git commands to generate.