diff options
Diffstat (limited to 'include/linux/qpnp/pwm.h')
-rw-r--r-- | include/linux/qpnp/pwm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/qpnp/pwm.h b/include/linux/qpnp/pwm.h index 782b7849da4a..6ade2d7ec001 100644 --- a/include/linux/qpnp/pwm.h +++ b/include/linux/qpnp/pwm.h @@ -195,6 +195,11 @@ static inline int pwm_enable_synchronized(struct pwm_device **pwms, size_t num) } #endif +/* + * synchronized enable of multiple pwm instances + */ +int pwm_enable_synchronized(struct pwm_device **pwms, size_t num); + /* Standard APIs supported */ /* * pwm_request - request a PWM device |