blob: 3038120ca46e2824650690afe6d44719c78943fc [file] [log] [blame]
Timo Kokkonenc332e842012-08-10 06:16:36 -03001#ifndef _LIRC_RX51_H
2#define _LIRC_RX51_H
3
4struct lirc_rx51_platform_data {
5 int pwm_timer;
6
7 int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
Tony Lindgren8453c5c2016-04-28 08:21:03 -07008 struct pwm_omap_dmtimer_pdata *dmtimer;
Timo Kokkonenc332e842012-08-10 06:16:36 -03009};
10
11#endif