xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / media / ir-rx51.h
blob9d127aa648e72bcae6d9eb7f3d6fb9c86f493a7d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _IR_RX51_H
3 #define _IR_RX51_H
5 struct ir_rx51_platform_data {
6 int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
7 };
9 #endif