![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 0004 */ 0005 0006 #ifndef __SOC_TEGRA_CPUIDLE_H__ 0007 #define __SOC_TEGRA_CPUIDLE_H__ 0008 0009 #ifdef CONFIG_ARM_TEGRA_CPUIDLE 0010 void tegra_cpuidle_pcie_irqs_in_use(void); 0011 #else 0012 static inline void tegra_cpuidle_pcie_irqs_in_use(void) 0013 { 0014 } 0015 #endif 0016 0017 #endif /* __SOC_TEGRA_CPUIDLE_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |