/* * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Common Header for S5PV210 machines * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H #define __ARCH_ARM_MACH_S5PV210_COMMON_H #ifdef CONFIG_PM_SLEEP u32 exynos_get_eint_wake_mask(void); void s5pv210_cpu_resume(void); void s5pv210_pm_init(void); #else
static inline void s5pv210_pm_init(void) {}Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 33 | 76.74% | 1 | 50.00% |
Kukjin Kim | 10 | 23.26% | 1 | 50.00% |
Total | 43 | 100.00% | 2 | 100.00% |