blob: eeb37baf18e1ba027e8b8667770f747486dcc601 [file] [log] [blame]
Thomas Gleixner9952f692019-05-28 10:10:04 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Joseph Lo0b25e252012-10-31 17:41:15 +08002/*
3 * Copyright (c) 2012, NVIDIA Corporation. All rights reserved.
Joseph Lo0b25e252012-10-31 17:41:15 +08004 */
5
6#ifndef __MACH_TEGRA_CPUIDLE_H
7#define __MACH_TEGRA_CPUIDLE_H
8
Joseph Loe22dc2b2013-06-04 18:47:32 +08009#ifdef CONFIG_CPU_IDLE
Joseph Lob046a652013-06-04 18:47:34 +080010int tegra30_cpuidle_init(void);
11int tegra114_cpuidle_init(void);
Joseph Loe22dc2b2013-06-04 18:47:32 +080012void tegra_cpuidle_init(void);
13#else
14static inline void tegra_cpuidle_init(void) {}
15#endif
16
Joseph Lo0b25e252012-10-31 17:41:15 +080017#endif