/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _IR_I2C #define _IR_I2C #include <media/rc-core.h> #define DEFAULT_POLLING_INTERVAL … struct IR_i2c; struct IR_i2c { … }; enum ir_kbd_get_key_fn { … }; /* Can be passed when instantiating an ir_video i2c device */ struct IR_i2c_init_data { … }; #endif