Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2011 Samsung Electronics Co., Ltd.
0004  *      http://www.samsung.com
0005  *
0006  * Common Header for S5PV210 machines
0007  */
0008 
0009 #ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
0010 #define __ARCH_ARM_MACH_S5PV210_COMMON_H
0011 
0012 #ifdef CONFIG_PM_SLEEP
0013 void s5pv210_cpu_resume(void);
0014 void s5pv210_pm_init(void);
0015 #else
0016 static inline void s5pv210_pm_init(void) {}
0017 #endif
0018 
0019 #endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */