blob: 0a188134deaed9c5f420f24b2d34223216ef906e [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 *
6 * Common Header for S5PV210 machines
7 */
8
9#ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
10#define __ARCH_ARM_MACH_S5PV210_COMMON_H
11
12#ifdef CONFIG_PM_SLEEP
13u32 exynos_get_eint_wake_mask(void);
14void s5pv210_cpu_resume(void);
15void s5pv210_pm_init(void);
16#else
17static inline void s5pv210_pm_init(void) {}
18#endif
19
20#endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */