diff options
Diffstat (limited to 'include/pwm.h')
-rw-r--r-- | include/pwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pwm.h b/include/pwm.h index 54ae3e64c3..f9959706ce 100644 --- a/include/pwm.h +++ b/include/pwm.h @@ -10,6 +10,8 @@ #ifndef _pwm_h_ #define _pwm_h_ +struct udevice; + /* struct pwm_ops: Operations for the PWM uclass */ struct pwm_ops { /** |