Merge 5.0-rc6 into driver-core-next
[linux/fpc-iii.git] / arch / arm / plat-samsung / include / plat / pwm-core.h
blob05e3448642a109fa244d74b7ef685298eb5ad3c4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright 2013 Tomasz Figa <tomasz.figa@gmail.com>
5 * Samsung PWM controller platform data helpers.
6 */
8 #ifndef __ASM_ARCH_PWM_CORE_H
9 #define __ASM_ARCH_PWM_CORE_H __FILE__
11 #include <clocksource/samsung_pwm.h>
13 #ifdef CONFIG_SAMSUNG_DEV_PWM
14 extern void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd);
15 #else
16 static inline void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd) { }
17 #endif
19 #endif /* __ASM_ARCH_PWM_CORE_H */