Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
[sfrench/cifs-2.6.git] / include / soc / tegra / cpuidle.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
4  */
5
6 #ifndef __SOC_TEGRA_CPUIDLE_H__
7 #define __SOC_TEGRA_CPUIDLE_H__
8
9 #if defined(CONFIG_ARM) && defined(CONFIG_ARCH_TEGRA) && defined(CONFIG_CPU_IDLE)
10 void tegra_cpuidle_pcie_irqs_in_use(void);
11 #else
12 static inline void tegra_cpuidle_pcie_irqs_in_use(void)
13 {
14 }
15 #endif
16
17 #endif /* __SOC_TEGRA_CPUIDLE_H__ */