SmartAudio/lichee/linux-4.9/include/linux/platform_data/media/ir-rx51.h

9 lines
146 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef _LIRC_RX51_H
#define _LIRC_RX51_H
struct lirc_rx51_platform_data {
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
};
#endif