1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * Copyright (c) 2013, NVIDIA CORPORATION. Al 4 */ 5 6 #ifndef __SOC_TEGRA_CPUIDLE_H__ 7 #define __SOC_TEGRA_CPUIDLE_H__ 8 9 #ifdef CONFIG_ARM_TEGRA_CPUIDLE 10 void tegra_cpuidle_pcie_irqs_in_use(void); 11 #else 12 static inline void tegra_cpuidle_pcie_irqs_in_ 13 { 14 } 15 #endif 16 17 #endif /* __SOC_TEGRA_CPUIDLE_H__ */ 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.