aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/media/ir-rx51.h
blob: 9d127aa648e72bcae6d9eb7f3d6fb9c86f493a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _IR_RX51_H
#define _IR_RX51_H

struct ir_rx51_platform_data {
	int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
};

#endif