Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2013 Tomasz Figa <tomasz.figa@gmail.com>
0004  *
0005  * Samsung PWM controller platform data helpers.
0006  */
0007 
0008 #ifndef __ASM_ARCH_PWM_CORE_H
0009 #define __ASM_ARCH_PWM_CORE_H __FILE__
0010 
0011 #include <clocksource/samsung_pwm.h>
0012 
0013 #ifdef CONFIG_SAMSUNG_DEV_PWM
0014 extern void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd);
0015 #else
0016 static inline void samsung_pwm_set_platdata(struct samsung_pwm_variant *pd) { }
0017 #endif
0018 
0019 #endif /* __ASM_ARCH_PWM_CORE_H */