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 10
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 10