pmu.h 225 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2017 Intel Corporation
  4. */
  5. #ifndef _X86_ASM_PMU_IPC_H_
  6. #define _X86_ASM_PMU_IPC_H_
  7. int pmu_turn_power(unsigned int lss, bool on);
  8. #endif /* _X86_ASM_PMU_IPC_H_ */