xref: /openbmc/linux/include/soc/tegra/cpuidle.h (revision 860fbde4)
12025cf9eSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2306a7f91SThierry Reding /*
3306a7f91SThierry Reding  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
4306a7f91SThierry Reding  */
5306a7f91SThierry Reding 
6306a7f91SThierry Reding #ifndef __SOC_TEGRA_CPUIDLE_H__
7306a7f91SThierry Reding #define __SOC_TEGRA_CPUIDLE_H__
8306a7f91SThierry Reding 
9860fbde4SDmitry Osipenko #ifdef CONFIG_ARM_TEGRA_CPUIDLE
10306a7f91SThierry Reding void tegra_cpuidle_pcie_irqs_in_use(void);
11306a7f91SThierry Reding #else
tegra_cpuidle_pcie_irqs_in_use(void)12306a7f91SThierry Reding static inline void tegra_cpuidle_pcie_irqs_in_use(void)
13306a7f91SThierry Reding {
14306a7f91SThierry Reding }
15306a7f91SThierry Reding #endif
16306a7f91SThierry Reding 
17306a7f91SThierry Reding #endif /* __SOC_TEGRA_CPUIDLE_H__ */
18