Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / arch / arm / plat-samsung / include / plat / pwm-core.h
blob5bff1facb672b512d3ed63f831aae926fe7c2375
1 /*
2 * Copyright 2013 Tomasz Figa <tomasz.figa@gmail.com>
4 * Samsung PWM controller platform data helpers.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __ASM_ARCH_PWM_CORE_H
12 #define __ASM_ARCH_PWM_CORE_H __FILE__
14 #include <clocksource/samsung_pwm.h>
16 #ifdef CONFIG_SAMSUNG_DEV_PWM
17 extern void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd);
18 #else
19 static inline void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd) { }
20 #endif
22 #endif /* __ASM_ARCH_PWM_CORE_H */