ARM: shmobile: armadillo: initialize all struct pwm_lookup members
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / pwm-renesas-tpu.h
bloba7220b10ddab59a60dbc872c32feb98d660aff16
1 #ifndef __PWM_RENESAS_TPU_H__
2 #define __PWM_RENESAS_TPU_H__
4 #include <linux/pwm.h>
6 #define TPU_CHANNEL_MAX 4
8 struct tpu_pwm_channel_data {
9 enum pwm_polarity polarity;
12 struct tpu_pwm_platform_data {
13 struct tpu_pwm_channel_data channels[TPU_CHANNEL_MAX];
16 #endif /* __PWM_RENESAS_TPU_H__ */