JustOS/linux-4.9/include/linux/platform_data/media/ir-rx51.h
justuser c7be6bf7c2 up
2025-01-24 15:13:31 +03:00

9 lines
146 B
C

#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