Merge branch 'x86/urgent' into x86/cpu, to pick up dependency
[cascardo/linux.git] / include / linux / platform_data / media / ir-rx51.h
1 #ifndef _LIRC_RX51_H
2 #define _LIRC_RX51_H
3
4 struct lirc_rx51_platform_data {
5         int pwm_timer;
6
7         int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
8         struct pwm_omap_dmtimer_pdata *dmtimer;
9 };
10
11 #endif