18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2011 Samsung Electronics Co., Ltd.
48c2ecf20Sopenharmony_ci *		http://www.samsung.com
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Common Header for S5PV210 machines
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
108c2ecf20Sopenharmony_ci#define __ARCH_ARM_MACH_S5PV210_COMMON_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#ifdef CONFIG_PM_SLEEP
138c2ecf20Sopenharmony_civoid s5pv210_cpu_resume(void);
148c2ecf20Sopenharmony_civoid s5pv210_pm_init(void);
158c2ecf20Sopenharmony_ci#else
168c2ecf20Sopenharmony_cistatic inline void s5pv210_pm_init(void) {}
178c2ecf20Sopenharmony_ci#endif
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */
20