]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - include/linux/platform_data/media/ir-rx51.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / include / linux / platform_data / media / ir-rx51.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a92def1b
SY
2#ifndef _IR_RX51_H
3#define _IR_RX51_H
c332e847 4
a92def1b 5struct ir_rx51_platform_data {
c332e847
TK
6 int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
7};
8
9#endif