common.h (436B)
1/* 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 13void s5pv210_cpu_resume(void); 14void s5pv210_pm_init(void); 15#else 16static inline void s5pv210_pm_init(void) {} 17#endif 18 19#endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */