]> Git Repo - J-linux.git/blob - arch/arm/mach-s3c/pwm-core.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / mach-s3c / pwm-core.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2013 Tomasz Figa <[email protected]>
4  *
5  * Samsung PWM controller platform data helpers.
6  */
7
8 #ifndef __ASM_ARCH_PWM_CORE_H
9 #define __ASM_ARCH_PWM_CORE_H __FILE__
10
11 #include <clocksource/samsung_pwm.h>
12
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
18
19 #endif /* __ASM_ARCH_PWM_CORE_H */
This page took 0.02772 seconds and 4 git commands to generate.