sched/wake_q: Clarify queue reinit comment
[cris-mirror.git] / include / linux / platform_data / media / ir-rx51.h
blob812d8730787735d15dbc273ff4bd922bbe899ca2
1 #ifndef _LIRC_RX51_H
2 #define _LIRC_RX51_H
4 struct lirc_rx51_platform_data {
5 int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
6 };
8 #endif