GNU Linux-libre 4.14.266-gnu1
[releases.git] / include / linux / platform_data / media / ir-rx51.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _IR_RX51_H
3 #define _IR_RX51_H
4
5 struct ir_rx51_platform_data {
6         int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
7 };
8
9 #endif